mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-13 19:04:40 +02:00
Fix ignored user autocommands (#1090)
This commit is contained in:
parent
47c44ae248
commit
e37a511abc
9 changed files with 128 additions and 105 deletions
1
init.lua
1
init.lua
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue