Neovim: Set textwidth=72 for Markdown and git commits
This commit is contained in:
parent
fbc45f2b9c
commit
55c00f5f9a
|
@ -144,6 +144,7 @@ autocmd FileType svelte setlocal tabstop=2 shiftwidth=2
|
|||
autocmd FileType vue setlocal tabstop=2 shiftwidth=2
|
||||
autocmd FileType json setlocal tabstop=2 shiftwidth=2
|
||||
autocmd FileType yaml* setlocal tabstop=2 shiftwidth=2
|
||||
autocmd FileType markdown,gitcommit setlocal textwidth=72
|
||||
autocmd BufNewFile,BufRead zsh*,.zsh*,*.zsh set filetype=sh
|
||||
|
||||
""" APPEARANCE
|
||||
|
|
Loading…
Reference in a new issue