summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 290e481..e378b83 100644
--- a/init.lua
+++ b/init.lua
@@ -16,6 +16,10 @@ end
vim.opt.rtp:prepend(lazypath)
-- Start plugin manager lazy.nvim, super important
-require('lazy').setup('plugins', {})
+require('lazy').setup('plugins', {
+ change_detection = {
+ notify = false,
+ },
+})
require('config.keymap')