Нашел решение для vue файлов.
Нужно установить плагин.
Plug 'suy/vim-context-commentstring'
Для php/html файлов, забиндил горячие клавиши
let g:which_key_map['p'] = [ ':set filetype=php' , 'filetype php']
let g:which_key_map['h'] = [ ':set filetype=html' , 'filetype html']