AutoYADM commit: 2024-12-30 19:30:01
This commit is contained in:
parent
0754fee736
commit
c880e3afb8
2 changed files with 9 additions and 12 deletions
|
@ -40,6 +40,11 @@ require("lazy").setup({
|
|||
enabled = true, -- check for plugin updates periodically
|
||||
notify = false, -- notify on update
|
||||
}, -- automatically check for plugin updates
|
||||
change_detection = {
|
||||
-- automatically check for config file changes and reload the ui
|
||||
enabled = false,
|
||||
notify = true, -- get a notification when changes are found
|
||||
},
|
||||
performance = {
|
||||
rtp = {
|
||||
-- disable some rtp plugins
|
||||
|
@ -55,8 +60,8 @@ require("lazy").setup({
|
|||
},
|
||||
},
|
||||
},
|
||||
profiling = {
|
||||
loader = true,
|
||||
require = true,
|
||||
},
|
||||
-- profiling = {
|
||||
-- loader = true,
|
||||
-- require = true,
|
||||
-- },
|
||||
})
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
return {
|
||||
"folke/lazy.nvim",
|
||||
opts = {
|
||||
install = {
|
||||
colorscheme = { "noirbuddy" },
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue