diff options
Diffstat (limited to 'lua/conf/autos.lua')
-rw-r--r-- | lua/conf/autos.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/conf/autos.lua b/lua/conf/autos.lua index c00745b..c1f97e7 100644 --- a/lua/conf/autos.lua +++ b/lua/conf/autos.lua @@ -1,5 +1,4 @@ -local misc = require("core.misc") -local auto, augroup = misc.auto, misc.augroup +local auto, augroup = core.misc.auto, core.misc.augroup -- auto commands which interact with bufferes without modifying them local bufcheck = augroup("bufcheck") |