diff --git a/init.lua b/init.lua index b5e2da3..033f33d 100644 --- a/init.lua +++ b/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') diff --git a/lua/lazy-configure.lua b/lua/plugins-configure.lua similarity index 100% rename from lua/lazy-configure.lua rename to lua/plugins-configure.lua