mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Added markdown filetype to vim
This commit is contained in:
@@ -89,6 +89,7 @@ augroup MICHAEL
|
|||||||
autocmd!
|
autocmd!
|
||||||
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 makrdown setlocal tw=79 fo+=t
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user