aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-16 00:01:33 +0800
committerjdhao <jdhao@hotmail.com>2021-10-16 00:01:33 +0800
commit97138dc6bfdb81ee56f392e7f2adf94d1e977442 (patch)
tree6cca5370e02d079c439eb845d70c28639f414dcf
parent421111f474add93d16e66529b286fc07ecfb63af (diff)
fix nightfox colorscheme path
-rw-r--r--core/ui.vim2
1 files changed, 1 insertions, 1 deletions
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