+ Added kitty.conf

This commit is contained in:
ziro 2021-01-17 16:39:41 +07:00
parent 192b6fe251
commit 1d7bf47430
3 changed files with 45 additions and 3 deletions

View file

@ -76,7 +76,7 @@ augroup END
" ----- indent for corresponding extension
autocmd BufEnter *.py set ai sw=4 ts=4 sta et fo=croql
autocmd BufEnter *.c set ai sw=4 ts=4 sta et fo=croql
autocmd BufEnter *.md set ai sw=4 ts=4 sta et fo=croql
autocmd BufEnter *.md set ai sw=3 ts=3 sta et fo=croql
" ----- Auto refresh vimrc
augroup myvimrc