Fixed typo in vimrc

This commit is contained in:
2022-02-25 14:32:17 -05:00
parent acf7afd16c
commit 8329e2b32f

View File

@@ -89,7 +89,7 @@ augroup MICHAEL
autocmd!
autocmd BufWritePre * :call TrimWhiteSpace()
autocmd Filetype yaml setlocal ts=2 sts=2 sw=2 expandtab
autocmd Filetype makrdown setlocal tw=79 fo+=t
autocmd Filetype markdown setlocal tw=79 fo+=t
augroup END