Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation instructions #30

Open
atsalolikhin-spokeo opened this issue Sep 18, 2020 · 4 comments
Open

installation instructions #30

atsalolikhin-spokeo opened this issue Sep 18, 2020 · 4 comments

Comments

@atsalolikhin-spokeo
Copy link

Could you please provide instructions for installing and activating this plug-in?

@silvigon
Copy link

Perhaps a bit late to this, but since this is still open:
If you use vundle, adding Plugin 'glench/vim-jinja2-syntax' to your .vimrc like any other plugin seems to work fine (at least it did for me)

@atsalolikhin-spokeo
Copy link
Author

Thanks! I don't use Vundle and I don't remember how I installed it but I seem to have syntax highlighting for jinja2 files.

Here is where I put the files:

~/.vim/pack/vendor/start/Vim-Jinja2-Syntax/indent/jinja.vim
~/.vim/pack/vendor/start/Vim-Jinja2-Syntax/ftplugin/jinja.vim
~/.vim/pack/vendor/start/Vim-Jinja2-Syntax/ftdetect/jinja.vim
~/.vim/pack/vendor/start/Vim-Jinja2-Syntax/syntax/jinja.vim

@lesar
Copy link

lesar commented Jan 16, 2022

Install under plug?

@joekrall
Copy link

joekrall commented Feb 9, 2023

If anyone is using packer, all it took was adding glench/vim-jinja2-syntax to my config and then running

$ nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'

per the packer docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants