re-import custom plugins

This commit is contained in:
StuartStephens 2025-03-17 21:14:40 -04:00
parent cf93331b5b
commit 2cac056a69
1 changed files with 1 additions and 1 deletions

View File

@ -1005,7 +1005,7 @@ require('lazy').setup({
-- This is the easiest way to modularize your config.
--
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
-- { import = 'custom.plugins' },
{ import = 'custom.plugins' },
--
-- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
-- Or use telescope!