1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

fix nightfox colorscheme path

This commit is contained in:
jdhao 2021-10-16 00:01:33 +08:00
parent 421111f474
commit 97138dc6bf

View File

@ -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