lazy-config -> lazy-configure

This commit is contained in:
Fabrice Mouhartem 2023-12-24 11:41:17 +01:00
parent f522d09696
commit 0bd90e19d4
2 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ vim.opt.rtp:prepend(lazypath)
-- --
-- You can also configure plugins after the setup call, -- You can also configure plugins after the setup call,
-- as they will be available in your neovim runtime. -- as they will be available in your neovim runtime.
require('lazy-config') require('lazy-configure')
-- [[ Setting options ]] -- [[ Setting options ]]
require('general-options') require('general-options')