Update vim settings for prose writing

This commit is contained in:
Andrew Miner
2026-07-13 13:24:08 -06:00
parent 2c84ad70c8
commit 00b8a47378
+1 -1
View File
@@ -259,7 +259,7 @@ silent! source .vimrc.local " project specific .vimrc
autocmd BufRead COMMIT_EDITMSG set textwidth=70 colorcolumn=70 autocmd BufRead COMMIT_EDITMSG set textwidth=70 colorcolumn=70
autocmd BufRead Makefile setlocal noexpandtab autocmd BufRead Makefile setlocal noexpandtab
autocmd BufRead *.scss set shiftwidth=4 autocmd BufRead *.scss set shiftwidth=4
autocmd BufRead *.md set wrap textwidth=0 autocmd BufNewFile,BufRead *.md set wrap textwidth=0
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
" Startup Commands ################################################################################# " Startup Commands #################################################################################