1
0
Fork 0
mirror of https://github.com/luzifer/vim.git synced 2024-12-20 10:21:19 +00:00

Added new languages, cleaned up

This commit is contained in:
Knut Ahlers 2013-10-28 23:07:19 +01:00
parent 94b9e9ab35
commit da24d3d803

13
vimrc
View file

@ -1,14 +1,19 @@
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" vundle - It states it is required?!?
Bundle 'gmarik/vundle'
Bundle 'kchmck/vim-coffee-script'
Bundle 'jakar/vim-json'
Bundle 'rodjek/vim-puppet'
Bundle 'jnwhiteh/vim-golang'
" Other plugins
Bundle 'nathanaelkane/vim-indent-guides'
Bundle 'airblade/vim-gitgutter'
" Languages
Bundle 'jnwhiteh/vim-golang'
Bundle 'jakar/vim-json'
Bundle 'rodjek/vim-puppet'
Bundle 'kchmck/vim-coffee-script'
Bundle 'groenewege/vim-less'
Bundle 'mutewinter/nginx.vim'
Bundle 'chrisbra/csv.vim'