Remove textwidth from Neovim

This commit is contained in:
Sam A. 2023-05-07 18:04:26 +02:00
parent e0659f6925
commit cea2814573
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ 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