adjust lazy.nvim config

This commit is contained in:
Gered 2024-09-07 14:58:31 -04:00
parent 5fb6ebdad4
commit 277af6db8c

View file

@ -13,6 +13,9 @@ require('lazy').setup({
{ import = 'plugins' }, -- load all plugins from ~/.config/nvim/lua/plugins/*.lua { import = 'plugins' }, -- load all plugins from ~/.config/nvim/lua/plugins/*.lua
}, },
}, { }, {
checker = {
enabled = false,
},
ui = { ui = {
-- If you are using a Nerd Font: set icons to an empty table which will use the -- If you are using a Nerd Font: set icons to an empty table which will use the
-- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table -- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table