fix: add autocmd import

This commit is contained in:
Matej Janezic 2023-02-19 23:30:17 +01:00
parent 8d807c940e
commit 3ac697daf6
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ require('lazy').setup({
{ import = 'options' },
{ import = 'keymaps' },
{ import = 'plugins' },
{ import = 'autocmd' },
}, {})
-- The line beneath this is called `modeline`. See `:help modeline`