import custom plugin path into init file

pull/622/head
Rofelson 2 years ago
parent 0511b74bef
commit fc23221452

@ -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 ]]

Loading…
Cancel
Save