From 5003540c1ebfa04c784d619fb25dcdc80bfaa3c6 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 26 Dec 2023 21:17:25 -0600 Subject: chore: remove unnecessary stuff, tidy up config --- init.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'init.lua') 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') -- cgit v1.2.3-54-g00ecf