mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-07 01:54:27 +08:00
Add caw.vim section (#93)
This commit is contained in:
committed by
Adriaan Zonnenberg
parent
ea8bd7bd00
commit
a936d8ab38
@@ -95,7 +95,13 @@ autocmd BufRead,BufNewFile *.vue setlocal filetype=vue.html.javascript.css
|
||||
:warning: This may cause problems, because some plugins will then treat the
|
||||
whole buffer as html/javascript/css instead of only the part inside the tags.
|
||||
|
||||
### How can I use NERDCommenter in Vue files?
|
||||
### How to use commenting functionality with multiple languages in Vue files?
|
||||
|
||||
#### caw.vim
|
||||
|
||||
caw.vim features built-in support for file context through [context_filetype.vim](https://github.com/Shougo/context_filetype.vim). Just install both plugins and context-aware commenting will work in most files. The fenced code is detected by predefined regular expressions.
|
||||
|
||||
#### NERDCommenter
|
||||
|
||||
<details>
|
||||
<summary>
|
||||
|
||||
Reference in New Issue
Block a user