Remove textwidth from Neovim
This commit is contained in:
parent
e0659f6925
commit
cea2814573
|
@ -144,7 +144,6 @@ autocmd FileType svelte setlocal tabstop=2 shiftwidth=2
|
||||||
autocmd FileType vue setlocal tabstop=2 shiftwidth=2
|
autocmd FileType vue setlocal tabstop=2 shiftwidth=2
|
||||||
autocmd FileType json setlocal tabstop=2 shiftwidth=2
|
autocmd FileType json setlocal tabstop=2 shiftwidth=2
|
||||||
autocmd FileType yaml* 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
|
autocmd BufNewFile,BufRead zsh*,.zsh*,*.zsh set filetype=sh
|
||||||
|
|
||||||
""" APPEARANCE
|
""" APPEARANCE
|
||||||
|
|
Loading…
Reference in a new issue