update vim cfg

This commit is contained in:
daniel
2024-02-24 11:24:22 +01:00
parent 7c6c579f56
commit f7bc5e7fac

View File

@@ -60,3 +60,6 @@ let g:indent_guides_start_level = 2
let g:indent_guides_guide_size = 1
set cursorline
" yaml spacing
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab