Skip to content

Commit

Permalink
Added commented-out code to force terminal background color matching
Browse files Browse the repository at this point in the history
Works around neovim/neovim#7425 but may no
longer be necessary due to neovim/neovim#7624
  • Loading branch information
mqudsi committed Dec 6, 2017
1 parent 28caaa8 commit 12d06e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -387,4 +387,10 @@ nnoremap <Down> g<Down>
" work around WSL/nvim xterm-256color redraw bug
" let $TERM = ""

" Force the background color to use the terminal background color, regardless
" of colorscheme settings. This works around all background repaint bugs in
" vim and neovim.
" autocmd colorscheme * :highlight Normal ctermbg=0

colo evening

0 comments on commit 12d06e3

Please sign in to comment.