Explorar el Código

Remove runtimepath configure

setting this value causes mvim to load very slowly
Andrew Swistak hace 6 años
padre
commit
77377addda
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vimrc

+ 1 - 1
vimrc

@@ -432,7 +432,7 @@ let g:go_highlight_generate_tags = 1
 let g:go_fmt_autosave = 0 " Let syntastic do this
 let g:go_fmt_experimental = 1 " Maintain folds after GoFmt + write
 let g:syntastic_go_checkers = ['gofmt']
-set rtp+=$GOPATH/src/github.com/golang/lint/misc/vim
+"set rtp+=$GOPATH/src/github.com/golang/lint/misc/vim
 au BufRead,BufNewFile *.go map <leader>d :GoDeclsDir<cr>
 
 " JSON things