スニペット neosinppet-snippetsに、Vue.js用のスニペットが含まれています。 neosnippet.vim neosnippet-snippets NERDCommenterやcaw.vimでコメントの文字列を使い分ける template、script、styleでそれぞれ挿入されるコメントの文字列を変えたいときのことです caw.vimを使用する場合は、context_filetype.vimを入れるだけで自動で判別してくれます NERDCommenterを使う場合は.vimrcに以下を追記します(READMEより) let g:ft = '' function! NERDCommenter_before() if &ft == 'vue' let g:ft = 'vue' let stack = synstack(line('.'), col('.')) if l