diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-16 00:01:33 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-16 00:01:33 +0800 |
| commit | 97138dc6bfdb81ee56f392e7f2adf94d1e977442 (patch) | |
| tree | 6cca5370e02d079c439eb845d70c28639f414dcf | |
| parent | 421111f474add93d16e66529b286fc07ecfb63af (diff) | |
fix nightfox colorscheme path
| -rw-r--r-- | core/ui.vim | 2 |
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 |
