From d7ad230e014c4c3544b991b2e0a982f783fe6f8d Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 17 Jul 2021 01:49:15 +0800 Subject: change onedark theme to onedark.nvim --- core/ui.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'core') diff --git a/core/ui.vim b/core/ui.vim index 331c94f..5322a9e 100644 --- a/core/ui.vim +++ b/core/ui.vim @@ -30,7 +30,6 @@ function! s:my_theme_dict.solarized8() dict abort endfunction function! s:my_theme_dict.onedark() dict abort - let g:onedark_terminal_italics = 1 colorscheme onedark endfunction -- cgit v1.2.3