From e0f687ceb3751118c4bbb2a8b6395f36fd8baad6 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Sat, 25 Jan 2025 21:25:15 -0700 Subject: [PATCH] Yet another attempt to fix vim margins --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 9fee64b..63e41b8 100644 --- a/.vimrc +++ b/.vimrc @@ -4,11 +4,11 @@ syntax on set noerrorbells set spell -colorscheme vim +set notermguicolors " Margins set foldcolumn=2 -autocmd ColorScheme * highlight FoldColumn guibg=background +highlight FoldColumn ctermbg=NONE " Line wrapping in Markdown files autocmd FileType markdown setlocal linebreak