briancollins / vim-jst

A vim plugin for highlighting and indenting JST/EJS syntax
MIT License
94 stars 16 forks source link

How to install #10

Open carlesandres opened 11 years ago

carlesandres commented 11 years ago

I am pretty new to vim and I can't manage to properly install vim-jst.

Could you please provide some basic instructions?

afuhrtrumpet commented 10 years ago

It appears to be compatible with Pathogen. Once Pathogen is configured, just clone to the repo to your ~/.vim/bundle directory.

akinjide commented 7 years ago

It's compatible with Vundle, you can install by adding Plugin 'briancollins/vim-jst' to you plugin list in your ~/.vimrc file.