Add caw.vim section (#93)

This commit is contained in:
Marcel Bischoff
2018-02-24 07:56:54 +01:00
committed by Adriaan Zonnenberg
parent ea8bd7bd00
commit a936d8ab38

View File

@@ -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>