setup fix; vim vue formatting

This commit is contained in:
Wryn Wagner
2021-06-28 11:24:34 -06:00
parent ec25bbe918
commit c9b292b0ae
2 changed files with 89 additions and 31 deletions

View File

@ -32,6 +32,7 @@ augroup filetype_specific_formatting
autocmd FileType perl call FormatFileType(4, v:true, 'indent', 99, v:false)
autocmd FileType kotlin call FormatFileType(2, v:true, 'indent', 99, v:false)
autocmd FileType dockerfile call FormatFileType(4, v:true, 'indent', 99, v:false)
autocmd FileType vue call FormatFileType(2, v:true, 'indent', 99, v:false)
augroup end
augroup forced_filetype_recognition