fix(onedark): call load() instead of colorscheme()
Before this change, the ColorScheme event would not fire
This commit is contained in:
@@ -27,7 +27,6 @@ return {
|
||||
DiffDelete = { bg = "#3d2224" },
|
||||
}
|
||||
require("onedark").set_options("highlights", highlights)
|
||||
|
||||
require("onedark").colorscheme()
|
||||
require("onedark").load()
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user