update vim plugins

This commit is contained in:
Nick Nisi
2014-11-08 15:52:15 -06:00
parent 1164824504
commit eb982f1264

View File

@@ -43,15 +43,16 @@ Plugin 'gregsexton/MatchTag'
Plugin 'tpope/vim-sleuth' " detect indent style (tabs vs. spaces) Plugin 'tpope/vim-sleuth' " detect indent style (tabs vs. spaces)
" colorschemes " colorschemes
Plugin 'flazz/vim-colorschemes' " Plugin 'flazz/vim-colorschemes'
Plugin 'nanotech/jellybeans.vim' " Plugin 'nanotech/jellybeans.vim'
Plugin 'w0ng/vim-hybrid' " Plugin 'w0ng/vim-hybrid'
Plugin 'chriskempson/base16-vim' " Plugin 'chriskempson/base16-vim'
Plugin 'nicknisi/vim-colors-pencil'
" languages " languages
Plugin 'othree/html5.vim' Plugin 'othree/html5.vim'
Plugin 'pangloss/vim-javascript' Plugin 'pangloss/vim-javascript'
Plugin 'jelera/vim-javascript-syntax' " Plugin 'jelera/vim-javascript-syntax'
Plugin 'tpope/vim-markdown' Plugin 'tpope/vim-markdown'
Plugin 'wavded/vim-stylus' Plugin 'wavded/vim-stylus'
Plugin 'groenewege/vim-less' Plugin 'groenewege/vim-less'
@@ -66,6 +67,7 @@ Plugin 'cakebaker/scss-syntax.vim'
" Plugin 'kchmck/vim-coffee-script' " Plugin 'kchmck/vim-coffee-script'
" Plugin 'tclem/vim-arduino' " Plugin 'tclem/vim-arduino'
Plugin 'timcharper/textile.vim' Plugin 'timcharper/textile.vim'
Plugin 'mxw/vim-jsx'
call vundle#end() call vundle#end()
filetype plugin indent on filetype plugin indent on