From 1f9eb8b0d7cd79f2ee1d000aa375b759c258ba60 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 30 Nov 2020 22:07:18 +0800 Subject: [PATCH] No need to set background to dark (it is the default) It also increases the Neovim startup time. --- core/ui.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/ui.vim b/core/ui.vim index e11c6eb..e5fadac 100644 --- a/core/ui.vim +++ b/core/ui.vim @@ -7,8 +7,6 @@ if match($TERM, '^xterm.*') != -1 || exists('g:started_by_firenvim') set termguicolors endif -" Use dark background -set background=dark "}} "{{ Colorscheme settings