[nvim] enable Prettier for SCSS and LESS

This commit is contained in:
Dmytro Meleshko 2019-11-08 00:15:09 +02:00
parent 313be3691a
commit b36f2a4d35
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
if !g:vim_ide | finish | endif
call coc#add_extension('coc-css')
let g:coc_filetypes += ['css']
let g:coc_filetypes += ['css', 'scss', 'less']