nvim: Fix colors in terminal
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
e37c512c77
commit
ef32c9c6d9
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue