mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
parent
86a4046319
commit
bc2257a4c0
1 changed files with 4 additions and 1 deletions
|
|
@ -31,7 +31,10 @@ M.merge_tb = function(table1, table2)
|
|||
end
|
||||
|
||||
M.load_theme = function()
|
||||
package.loaded["chadlights" or false] = nil
|
||||
-- reload highlights for theme switcher
|
||||
require("plenary.reload").reload_module "integrations"
|
||||
require("plenary.reload").reload_module "chadlights"
|
||||
|
||||
require "chadlights"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue