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

Latest master(12d6e3a6ed8814ba6e0fd06906baac15ce4c3fef) is broken #22

Open
maximzxc opened this issue Apr 13, 2020 · 0 comments
Open

Latest master(12d6e3a6ed8814ba6e0fd06906baac15ce4c3fef) is broken #22

maximzxc opened this issue Apr 13, 2020 · 0 comments

Comments

@maximzxc
Copy link

To make everything work I had to revert to dcdfe453a2ce7de4a315543a4b1802364fa4734e

Maybe it may help someone -- for make it work with Vundle I did the following:

cd ~/.vim/bundle/vim-js-pretty-template
git reset --hard dcdfe453a2ce7de4a315543a4b1802364fa4734e

then changed in .vimrc

Plugin 'Quramy/vim-js-pretty-template'
to
Plugin 'Quramy/vim-js-pretty-template', {'pinned': 1}

and
autocmd FileType typescript JsPreTmpl
to
autocmd FileType typescript JsPreTmpl html

And executed :PluginInstall again

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

1 participant