Skip to content

Commit

Permalink
fix remote editing of HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Cao committed Jun 30, 2014
1 parent 2b85817 commit 739f65d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrc
Expand Up @@ -46,6 +46,11 @@ hi Comment guifg=#aa4444 gui=italic
hi CursorColumn guibg=#292929 guifg=#ffffff ctermbg=233 ctermfg=230
highlight ExtraWhitespace ctermbg=red guibg=red
match ExtraWhitespace /\s\+$/

"remote editing
let g:netrw_http_cmd="wget"
let g:netrw_http_xcmd="-q -O"

"taglist
let Tlist_Use_Right_Window = 1
let g:Tlist_Ctags_Cmd = "/usr/local/bin/ctags"
Expand Down

0 comments on commit 739f65d

Please sign in to comment.