aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-11-30 22:07:18 +0800
committerjdhao <jdhao@hotmail.com>2020-11-30 22:07:18 +0800
commit1f9eb8b0d7cd79f2ee1d000aa375b759c258ba60 (patch)
tree0e37e00c62a033468c3b4e8fbfd5721a2f84cfad
parentee97e2e4ddb3aa7f41bf34167f24a9747e685c97 (diff)
No need to set background to dark (it is the default)
It also increases the Neovim startup time.
-rw-r--r--core/ui.vim2
1 files changed, 0 insertions, 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