From 97138dc6bfdb81ee56f392e7f2adf94d1e977442 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 16 Oct 2021 00:01:33 +0800 Subject: fix nightfox colorscheme path --- core/ui.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ui.vim') diff --git a/core/ui.vim b/core/ui.vim index acefa70..9af4743 100644 --- a/core/ui.vim +++ b/core/ui.vim @@ -77,7 +77,7 @@ function! s:my_theme_dict.everforest() dict abort endfunction function! s:my_theme_dict.nightfox() dict abort - packadd! nightfox + packadd! nightfox.nvim colorscheme nordfox endfunction -- cgit v1.2.3