We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To make everything work I had to revert to dcdfe453a2ce7de4a315543a4b1802364fa4734e
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}
Plugin 'Quramy/vim-js-pretty-template'
Plugin 'Quramy/vim-js-pretty-template', {'pinned': 1}
and autocmd FileType typescript JsPreTmpl to autocmd FileType typescript JsPreTmpl html
autocmd FileType typescript JsPreTmpl
autocmd FileType typescript JsPreTmpl html
And executed :PluginInstall again
:PluginInstall
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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
againThe text was updated successfully, but these errors were encountered: