-
for example ,there is a piece of code in my vimrc, what should I do to comment foo
lua << EOF
bar1
bar2
EOF I know caw.vim together with context_filetype.vim can deal with this situation, may be helpful. |
Beta Was this translation helpful? Give feedback.
Answered by
numToStr
Jan 1, 2023
Replies: 1 comment 2 replies
-
You just need vim and lua tree-sitter parsers installed and everything should work just fine. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
numToStr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You just need vim and lua tree-sitter parsers installed and everything should work just fine.