feat: lazy config

This commit is contained in:
ralvescosta 2025-03-17 05:53:50 -03:00
parent cf5887e94f
commit 38be6324c2
1 changed files with 5 additions and 19 deletions

View File

@ -17,25 +17,11 @@ require('lazy').setup({
{ import = 'kickstart.plugins' }, { import = 'kickstart.plugins' },
{ import = 'custom.plugins' }, { import = 'custom.plugins' },
}, { }, {
ui = { checker = {
icons = vim.g.have_nerd_font and {} or { enabled = true,
cmd = '', notify = false,
config = '🛠',
event = '📅',
ft = '📂',
init = '',
keys = '🗝',
plugin = '🔌',
runtime = '💻',
require = '🌙',
source = '📄',
start = '🚀',
task = '📌',
lazy = '💤 ',
}, },
ui = {
icons = vim.g.have_nerd_font,
}, },
}) })
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et
--