diff options
author | kylo252 <[email protected]> | 2021-07-25 13:55:19 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-25 11:55:19 +0000 |
commit | e37a511abc1f6d6c6925719427f9890423f007f6 (patch) | |
tree | abaac43231db8210a6f5ec3c17ba662ead16b665 /init.lua | |
parent | 47c44ae248084bcd83e6b917ef0f87e092c66903 (diff) |
Fix ignored user autocommands (#1090)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ if not status_ok then print "something is wrong with your lv-config" print(error) end +require('core.autocmds').define_augroups(lvim.autocommands) require "keymappings" |