add new plugs

This commit is contained in:
Joshua Nussbaum 2025-01-29 13:29:10 -06:00
parent 8e2a82e61d
commit 4e100409b1
5 changed files with 91 additions and 1 deletions

View file

@ -870,7 +870,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!