Switch out individual language packs for vim-polyglot [Fix #573]

This commit is contained in:
Steven Barragán 2015-01-04 14:17:27 -06:00 committed by Yan Pritzker
parent a5fccb9f17
commit 96679d26d6
3 changed files with 5 additions and 14 deletions

View File

@ -94,7 +94,7 @@ desc "Runs Vundle installer in a clean vim environment"
task :install_vundle do task :install_vundle do
puts "======================================================" puts "======================================================"
puts "Installing and updating vundles." 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 "======================================================"
puts "" puts ""

View File

@ -1 +0,0 @@
autocmd BufRead,BufNewFile *.js set ft=javascript syntax=jquery

View File

@ -1,15 +1,7 @@
Plugin 'briancollins/vim-jst' Plugin 'sheerun/vim-polyglot'
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 'garbas/vim-snipmate.git' 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 'nelstrom/vim-markdown-preview'
Plugin 'skwp/vim-html-escape' Plugin 'skwp/vim-html-escape'
Plugin 'tpope/vim-haml'
Plugin 'honza/vim-snippets'