From e75a2477ae6b3e98e00a7d01e95b4435f74b748a Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Fri, 24 Jan 2025 22:30:20 -0700 Subject: [PATCH] Added margins to vim buffers --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vimrc b/.vimrc index ebeefa3..f772dac 100644 --- a/.vimrc +++ b/.vimrc @@ -6,6 +6,10 @@ set noerrorbells set spell colorscheme vim +" Margins +foldcolumn=2 +highlight FoldColumn guibg=background + " Line wrapping in Markdown files autocmd FileType markdown setlocal linebreak autocmd FileType markdown noremap j gj