mirror of
https://github.com/luzifer/vim.git
synced 2024-12-20 18:31:20 +00:00
Added more plugins
This commit is contained in:
parent
37b2c2e2e7
commit
ec7b1ac563
1 changed files with 3 additions and 1 deletions
4
vimrc
4
vimrc
|
@ -9,7 +9,7 @@ Bundle 'nathanaelkane/vim-indent-guides'
|
|||
Bundle 'airblade/vim-gitgutter'
|
||||
Bundle 'tpope/vim-fugitive'
|
||||
Bundle 'scrooloose/nerdtree'
|
||||
Plugin 'Valloric/YouCompleteMe'
|
||||
Bundle 'Valloric/YouCompleteMe'
|
||||
|
||||
" Jimdo stuff
|
||||
Bundle 'Jimdo/vim-spec-runner'
|
||||
|
@ -23,6 +23,8 @@ Bundle 'mutewinter/nginx.vim'
|
|||
Bundle 'chrisbra/csv.vim'
|
||||
Bundle 'dag/vim-fish'
|
||||
Bundle 'fatih/vim-go'
|
||||
Plugin 'honza/dockerfile.vim'
|
||||
Bundle 'Blackrush/vim-gocode'
|
||||
|
||||
" important settings
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue