refactor(lazy): Move to plugins-configure for consistency
This commit is contained in:
parent
88cd86eb8c
commit
4775d23ed4
2
init.lua
2
init.lua
@ -28,7 +28,7 @@ vim.opt.rtp:prepend(lazypath)
|
||||
--
|
||||
-- You can also configure plugins after the setup call,
|
||||
-- as they will be available in your neovim runtime.
|
||||
require('lazy-configure')
|
||||
require('plugins-configure')
|
||||
|
||||
-- [[ Setting options ]]
|
||||
require('general-options')
|
||||
|
Loading…
Reference in New Issue
Block a user