Yet another attempt to fix vim margins

This commit is contained in:
Nathan Schneider
2025-01-25 21:25:15 -07:00
parent d8c60c0a4d
commit e0f687ceb3
+2 -2
View File
@@ -4,11 +4,11 @@
syntax on syntax on
set noerrorbells set noerrorbells
set spell set spell
colorscheme vim set notermguicolors
" Margins " Margins
set foldcolumn=2 set foldcolumn=2
autocmd ColorScheme * highlight FoldColumn guibg=background highlight FoldColumn ctermbg=NONE
" Line wrapping in Markdown files " Line wrapping in Markdown files
autocmd FileType markdown setlocal linebreak autocmd FileType markdown setlocal linebreak