reload chadrc in autocmd
This commit is contained in:
parent
2e54fce028
commit
e5f8a38ae3
|
@ -21,6 +21,7 @@ autocmd("BufWritePost", {
|
|||
local module = string.gsub(fp, "^.*/" .. app_name .. "/lua/", ""):gsub("/", ".")
|
||||
|
||||
require("plenary.reload").reload_module "nvconfig"
|
||||
require("plenary.reload").reload_module "chadrc"
|
||||
require("plenary.reload").reload_module "base46"
|
||||
require("plenary.reload").reload_module(module)
|
||||
|
||||
|
|
Loading…
Reference in New Issue