Fixed typo in vimrc

This commit is contained in:
2022-02-25 14:33:19 -05:00
parent 8329e2b32f
commit bc8ce6aa60

View File

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