fix: add autocmd import
This commit is contained in:
parent
8d807c940e
commit
3ac697daf6
1
init.lua
1
init.lua
|
@ -23,6 +23,7 @@ require('lazy').setup({
|
||||||
{ import = 'options' },
|
{ import = 'options' },
|
||||||
{ import = 'keymaps' },
|
{ import = 'keymaps' },
|
||||||
{ import = 'plugins' },
|
{ import = 'plugins' },
|
||||||
|
{ import = 'autocmd' },
|
||||||
}, {})
|
}, {})
|
||||||
|
|
||||||
-- The line beneath this is called `modeline`. See `:help modeline`
|
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||||
|
|
Loading…
Reference in New Issue