mirror of
https://github.com/luzifer/vim.git
synced 2024-12-20 18:31:20 +00:00
Added YouCompleteMe, Removed vim-golang, fixed go_fmt_command
This commit is contained in:
parent
7782216c2a
commit
37b2c2e2e7
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -9,12 +9,12 @@ Bundle 'nathanaelkane/vim-indent-guides'
|
|||
Bundle 'airblade/vim-gitgutter'
|
||||
Bundle 'tpope/vim-fugitive'
|
||||
Bundle 'scrooloose/nerdtree'
|
||||
Plugin 'Valloric/YouCompleteMe'
|
||||
|
||||
" Jimdo stuff
|
||||
Bundle 'Jimdo/vim-spec-runner'
|
||||
|
||||
" Languages
|
||||
Bundle 'jnwhiteh/vim-golang'
|
||||
Bundle 'jakar/vim-json'
|
||||
Bundle 'rodjek/vim-puppet'
|
||||
Bundle 'kchmck/vim-coffee-script'
|
||||
|
@ -937,7 +937,7 @@ hi SignColumn cterm=none ctermbg=none
|
|||
"
|
||||
" Use goimports for Fmt
|
||||
"
|
||||
let g:gofmt_command = "goimports"
|
||||
let g:go_fmt_command = "goimports"
|
||||
|
||||
"
|
||||
" filetype (common for plugins)
|
||||
|
|
Loading…
Reference in a new issue