mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
No need to set background to dark (it is the default)
It also increases the Neovim startup time.
This commit is contained in:
@@ -7,8 +7,6 @@
|
|||||||
if match($TERM, '^xterm.*') != -1 || exists('g:started_by_firenvim')
|
if match($TERM, '^xterm.*') != -1 || exists('g:started_by_firenvim')
|
||||||
set termguicolors
|
set termguicolors
|
||||||
endif
|
endif
|
||||||
" Use dark background
|
|
||||||
set background=dark
|
|
||||||
"}}
|
"}}
|
||||||
|
|
||||||
"{{ Colorscheme settings
|
"{{ Colorscheme settings
|
||||||
|
|||||||
Reference in New Issue
Block a user