dotar/vim/vundles/languages.vundle

12 lines
340 B
Plaintext
Raw Normal View History

Bundle 'sheerun/vim-polyglot'
Bundle 'garbas/vim-snipmate.git'
Bundle 'honza/vim-snippets'
Bundle 'scrooloose/syntastic.git'
Bundle 'skwp/vim-html-escape'
2017-03-10 17:14:30 +08:00
Bundle 'ternjs/tern_for_vim'
2017-01-05 03:45:57 +08:00
Bundle 'jparise/vim-graphql'
2017-03-10 17:14:30 +08:00
Bundle 'evanmiller/nginx-vim-syntax'
Bundle 'derekwyatt/vim-scala'
Bundle 'scrooloose/nerdcommenter'
Bundle 'klen/python-mode'