🔧 Updated config to not notify on change config
This commit is contained in:
parent
088fdb091a
commit
baf0b2b56a
1 changed files with 3 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ require("config.options")
|
|||
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
|
||||
{ import = "plugins" },
|
||||
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", event = "BufReadPost" },
|
||||
{ "nvim-treesitter/playground" },
|
||||
|
|
@ -100,6 +99,9 @@ require("lazy").setup({
|
|||
lazy = false,
|
||||
version = false,
|
||||
},
|
||||
change_detection = {
|
||||
notify = false,
|
||||
},
|
||||
checker = {
|
||||
enabled = true,
|
||||
concurrency = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue