Fix C and yaml in nvim

This commit is contained in:
Fabian Ising
2021-01-11 10:33:43 +01:00
parent d7e215fee0
commit 952bcafab7
3 changed files with 1 additions and 2 deletions

View File

@@ -242,3 +242,4 @@ catch
" Ignore non existing file
endtry
let g:tex_flavor = "latex"
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab