1
0
Fork 0

neovim colors

This commit is contained in:
Jeremy Kaplan 2017-12-04 23:22:48 -08:00
commit b79bc346e9
3 changed files with 34 additions and 29 deletions

View file

@ -42,6 +42,9 @@ set wrapmargin=0
set ignorecase
set smartcase
set cursorline
set cursorcolumn
highlight ExtraWhitespace ctermbg=red guibg=red
match ExtraWhitespace /\s\+$/
autocmd BufWinEnter * match ExtraWhitespace /\s\+$/