mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 02:05:56 -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
|
end
|
||||||
|
|
||||||
M.load_theme = function()
|
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"
|
require "chadlights"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue