nvim: init.vim: Set background
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
3250980b83
commit
c17cc61f6f
1 changed files with 1 additions and 1 deletions
|
@ -172,8 +172,8 @@ set completeopt+=menu,noselect,preview,noinsert
|
||||||
set sessionoptions-=blank
|
set sessionoptions-=blank
|
||||||
|
|
||||||
" Theme
|
" Theme
|
||||||
syntax enable
|
|
||||||
colorscheme monokai
|
colorscheme monokai
|
||||||
|
set background=dark
|
||||||
|
|
||||||
" --------------------------- Key Bindings -----------------------------------
|
" --------------------------- Key Bindings -----------------------------------
|
||||||
" Use <C-L> to clear the highlighting of :set hlsearch.
|
" Use <C-L> to clear the highlighting of :set hlsearch.
|
||||||
|
|
Loading…
Reference in a new issue