refactor(lazy): Move to plugins-configure for consistency

This commit is contained in:
Fabrice Mouhartem 2024-11-11 11:01:20 +01:00
parent 88cd86eb8c
commit 4775d23ed4
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7
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-configure') require('plugins-configure')
-- [[ Setting options ]] -- [[ Setting options ]]
require('general-options') require('general-options')