🔧 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({
|
require("lazy").setup({
|
||||||
spec = {
|
spec = {
|
||||||
|
|
||||||
{ import = "plugins" },
|
{ import = "plugins" },
|
||||||
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", event = "BufReadPost" },
|
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", event = "BufReadPost" },
|
||||||
{ "nvim-treesitter/playground" },
|
{ "nvim-treesitter/playground" },
|
||||||
|
|
@ -100,6 +99,9 @@ require("lazy").setup({
|
||||||
lazy = false,
|
lazy = false,
|
||||||
version = false,
|
version = false,
|
||||||
},
|
},
|
||||||
|
change_detection = {
|
||||||
|
notify = false,
|
||||||
|
},
|
||||||
checker = {
|
checker = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
concurrency = 1,
|
concurrency = 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue