Switch out individual language packs for vim-polyglot [Fix #573]
This commit is contained in:
parent
a5fccb9f17
commit
96679d26d6
2
Rakefile
2
Rakefile
@ -94,7 +94,7 @@ desc "Runs Vundle installer in a clean vim environment"
|
||||
task :install_vundle do
|
||||
puts "======================================================"
|
||||
puts "Installing and updating vundles."
|
||||
puts "The installer will now proceed to run BundleInstall."
|
||||
puts "The installer will now proceed to run PluginInstall to install vundles."
|
||||
puts "======================================================"
|
||||
|
||||
puts ""
|
||||
|
@ -1 +0,0 @@
|
||||
autocmd BufRead,BufNewFile *.js set ft=javascript syntax=jquery
|
@ -1,15 +1,7 @@
|
||||
Plugin 'briancollins/vim-jst'
|
||||
Plugin 'pangloss/vim-javascript'
|
||||
Plugin 'rodjek/vim-puppet'
|
||||
Plugin 'othree/javascript-libraries-syntax.vim'
|
||||
Plugin 'digitaltoad/vim-jade.git'
|
||||
Plugin 'groenewege/vim-less.git'
|
||||
Plugin 'itspriddle/vim-jquery.git'
|
||||
Plugin 'jtratner/vim-flavored-markdown.git'
|
||||
Plugin 'kchmck/vim-coffee-script'
|
||||
Plugin 'scrooloose/syntastic.git'
|
||||
Plugin 'sheerun/vim-polyglot'
|
||||
Plugin 'garbas/vim-snipmate.git'
|
||||
Plugin 'honza/vim-snippets'
|
||||
Plugin 'jtratner/vim-flavored-markdown.git'
|
||||
Plugin 'scrooloose/syntastic.git'
|
||||
Plugin 'nelstrom/vim-markdown-preview'
|
||||
Plugin 'skwp/vim-html-escape'
|
||||
Plugin 'tpope/vim-haml'
|
||||
Plugin 'honza/vim-snippets'
|
||||
|
Loading…
x
Reference in New Issue
Block a user