vim-dist / webvim

WebVim is a vim based distribution targeting JavaScript and Web development
http://webvim.org
GNU General Public License v3.0
330 stars 34 forks source link

Add new plugin on WebVim #22

Closed kqesar closed 8 years ago

kqesar commented 8 years ago

Hello, Congrats for job with your Vim's for Web Developpement. I want use VIM for Symfony Project and i wish to install few plugins for support twig and symfony but i can't :/

Have you a process for install plugins manually ? Thank you for advance. Best Regards,

krampstudio commented 8 years ago

You need to add a line to the plugins/def.vim with the needed plugins. For example, if you'd like to add https://github.com/evidens/vim-twig, add the line :

 Plug "evidens/vim-twig"

reload and open vim an run :PlugInstall

kqesar commented 8 years ago

Thank for your fast answer, it's work !