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:
parent
ee97e2e4dd
commit
1f9eb8b0d7
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user