Neovim: Set textwidth=72 for Markdown and git commits

This commit is contained in:
Sam A. 2022-09-18 21:07:49 +02:00
parent fbc45f2b9c
commit 55c00f5f9a
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 0 deletions

View File

@ -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