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