diff --git a/readme.md b/readme.md index b30d958..e8a8bf2 100644 --- a/readme.md +++ b/readme.md @@ -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