dotfiles

My dotfiles
git clone git://src.gearsix.net/dotfiles
Log | Files | Refs | Atom

commit 1307a2f71f2bd7eee6c3db4b55f70da24116e0f9
parent a526ca05eeea4709dfdaa4637224cf7ae4f9623f
Author: gearsix <gearsix@tuta.io>
Date:   Thu, 22 Oct 2020 18:35:39 +0100

changed colour on col overflow

Diffstat:
Msrc/nvimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nvimrc b/src/nvimrc @@ -53,7 +53,7 @@ set scrolloff=1 "always show at least one line above/below the cursor " highlight text over colwidth augroup vimrc_autocmds - autocmd BufEnter * highlight OverLength ctermbg=darkgrey guibg=#592929 + autocmd BufEnter * highlight OverLength ctermbg=grey guibg=#592929 autocmd BufEnter * match OverLength /\%80v.*/ augroup END