import custom plugin path into init file

This commit is contained in:
Rofelson 2023-08-13 04:19:54 +00:00
parent 0511b74bef
commit fc23221452
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ require('lazy').setup({
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
--
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
-- { import = 'custom.plugins' },
{ import = 'custom.plugins' },
}, {})
-- [[ Setting options ]]