Using vim-polyglot instead of a few specifc libs
This commit is contained in:
parent
3921f6ae73
commit
745692881a
1 changed files with 1 additions and 5 deletions
6
vimrc
6
vimrc
|
|
@ -3,18 +3,14 @@ filetype off
|
|||
set rtp+=~/.vim/bundle/Vundle.vim
|
||||
call vundle#begin()
|
||||
|
||||
Plugin 'sheerun/vim-polyglot'
|
||||
Plugin 'gmarik/Vundle.vim'
|
||||
Plugin 'terryma/vim-multiple-cursors'
|
||||
Plugin 'chrisbra/csv.vim'
|
||||
"Plugin 'spreadsheet.vim'
|
||||
Plugin 'szw/vim-dict'
|
||||
Plugin 'groenewege/vim-less'
|
||||
Plugin 'digitaltoad/vim-jade'
|
||||
Plugin 'jelera/vim-javascript-syntax'
|
||||
Plugin 'kchmck/vim-coffee-script'
|
||||
Plugin 'burnettk/vim-angular'
|
||||
Plugin 'jQuery'
|
||||
Plugin 'vim-ruby/vim-ruby'
|
||||
Plugin 'tpope/vim-rails'
|
||||
Plugin 'tpope/vim-repeat'
|
||||
Plugin 'tpope/vim-surround'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue