4 lines
96 B
VimL
4 lines
96 B
VimL
|
augroup PrettierFileDetect
|
||
|
autocmd BufNewFile,BufReadPost *.html setfiletype html
|
||
|
augroup end
|