Added margins to vim buffers

This commit is contained in:
Nathan Schneider
2025-01-24 22:30:20 -07:00
parent 62b3ae085f
commit e75a2477ae
+4
View File
@@ -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