Import custom plugins dir

This commit is contained in:
Mark 2023-12-27 12:55:25 -05:00
parent f2540dbcaa
commit 0817d54d75
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,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 ]]