Update vim/.vimrc
This commit is contained in:
parent
726f3e2f19
commit
6926ff56e9
|
|
@ -386,3 +386,6 @@ au FileType markdown vmap <Leader>a :EasyAlign*<Bar><Enter>
|
|||
" unlimited undos even between closing and opening the editor
|
||||
set undofile
|
||||
set undodir=~/.vim/undodir
|
||||
|
||||
" correct yaml settings
|
||||
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
|
||||
|
|
|
|||
Loading…
Reference in New Issue