diff options
| author | jdhao <jdhao@hotmail.com> | 2020-11-30 22:07:18 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-11-30 22:07:18 +0800 |
| commit | 1f9eb8b0d7cd79f2ee1d000aa375b759c258ba60 (patch) | |
| tree | 0e37e00c62a033468c3b4e8fbfd5721a2f84cfad /core/ui.vim | |
| parent | ee97e2e4ddb3aa7f41bf34167f24a9747e685c97 (diff) | |
No need to set background to dark (it is the default)
It also increases the Neovim startup time.
Diffstat (limited to 'core/ui.vim')
| -rw-r--r-- | core/ui.vim | 2 |
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 |
