-
Hi 👋 First, thanks for the plugin. Works a lot better than alternatives. I'd like to ask for a very minor gimmick: I have a mixed vim config file, which I embed lua like:
And plugin (probably rightfully) ignores this and puts comments in this section also like parent file type ( |
Beta Was this translation helpful? Give feedback.
Answered by
numToStr
Apr 28, 2023
Replies: 1 comment
-
You might need to install vimscrip and lua treesitter parser. After that, commenting should work properly inside heredoc.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
seqizz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might need to install vimscrip and lua treesitter parser. After that, commenting should work properly inside heredoc.