simplify loading plugins

This commit is contained in:
Tim Redband 2024-04-08 13:49:38 -04:00
parent 9982075bcd
commit 40700b5f5f
5 changed files with 2 additions and 53 deletions

View file

@ -20,7 +20,7 @@ vim.opt.rtp:prepend(lazypath)
-- To update plugins, you can run
-- :Lazy update
require('lazy').setup({
require 'kickstart.plugins',
{ import = 'kickstart.plugins' },
{ import = 'custom.plugins' },
}, {
ui = {