add a few plugins

This commit is contained in:
chaptersix 2025-03-04 20:02:10 -06:00
parent 158c5728cf
commit 57b7338b0e
3 changed files with 216 additions and 1 deletions

View file

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