adjust lazy.nvim config
This commit is contained in:
parent
5fb6ebdad4
commit
277af6db8c
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue