nvim: Fix colors in terminal

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-01-06 19:12:24 +05:30
parent e37c512c77
commit ef32c9c6d9

View file

@ -188,6 +188,8 @@ set sessionoptions-=blank
" Theme
colorscheme monokai
set background=dark
" Fixes colors in Neovim terminal
highlight LineNr ctermbg=000
" --------------------------- Key Bindings -----------------------------------
" Use <C-L> to clear the highlighting of :set hlsearch.