1
0
Fork 0
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:
Knut Ahlers 2014-10-04 01:52:44 +02:00
parent 7782216c2a
commit 37b2c2e2e7

4
vimrc
View file

@ -9,12 +9,12 @@ Bundle 'nathanaelkane/vim-indent-guides'
Bundle 'airblade/vim-gitgutter' Bundle 'airblade/vim-gitgutter'
Bundle 'tpope/vim-fugitive' Bundle 'tpope/vim-fugitive'
Bundle 'scrooloose/nerdtree' Bundle 'scrooloose/nerdtree'
Plugin 'Valloric/YouCompleteMe'
" Jimdo stuff " Jimdo stuff
Bundle 'Jimdo/vim-spec-runner' Bundle 'Jimdo/vim-spec-runner'
" Languages " Languages
Bundle 'jnwhiteh/vim-golang'
Bundle 'jakar/vim-json' Bundle 'jakar/vim-json'
Bundle 'rodjek/vim-puppet' Bundle 'rodjek/vim-puppet'
Bundle 'kchmck/vim-coffee-script' Bundle 'kchmck/vim-coffee-script'
@ -937,7 +937,7 @@ hi SignColumn cterm=none ctermbg=none
" "
" Use goimports for Fmt " Use goimports for Fmt
" "
let g:gofmt_command = "goimports" let g:go_fmt_command = "goimports"
" "
" filetype (common for plugins) " filetype (common for plugins)