You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is, =ap on that will not change anything. Every level of nesting will be on the same indent level, no matter what. Whereas the below will indent as:
Indenting in vim is a mystery to me, so I have no idea how to fix that.
Edit: I should mention I tried :setf typescript.html, but then this plugin has no effect at all. That works with vim-pandoc-syntax and the code blocks feature, but not here.
The text was updated successfully, but these errors were encountered:
This plugin effects only syntax highlighting. This never change your indenting.
I guess that the above indenting example get the same results without this plugin. The first(HTML) will be indented flatly, the second(js in js) are indented in the JavaScript way 🤔
With minimal vimrc, this is what
:JsPreTmpl html
indents as:That is,
=ap
on that will not change anything. Every level of nesting will be on the same indent level, no matter what. Whereas the below will indent as:Indenting in vim is a mystery to me, so I have no idea how to fix that.
Edit: I should mention I tried
:setf typescript.html
, but then this plugin has no effect at all. That works with vim-pandoc-syntax and the code blocks feature, but not here.The text was updated successfully, but these errors were encountered: