lazy-config -> lazy-configure
This commit is contained in:
parent
f522d09696
commit
0bd90e19d4
2
init.lua
2
init.lua
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user