Skip to content

Commit

Permalink
fix: clear config cache when reloading colorscheme. Fixes folke#71
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 25, 2021
1 parent 64142d9 commit cabb941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/tokyonight.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
" lua package.loaded['tokyonight.theme'] = nil
" lua package.loaded['tokyonight.colors'] = nil
" lua package.loaded['tokyonight.util'] = nil
" lua package.loaded['tokyonight.config'] = nil
lua package.loaded['tokyonight.config'] = nil

lua require('tokyonight').colorscheme()

0 comments on commit cabb941

Please sign in to comment.