fix(lazy): do lazier loading of plugins

This commit is contained in:
2024-10-07 22:34:49 +02:00
parent b6c590f83c
commit 83562bb7a0
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
---@type LazyPluginSpec
return {
"lewis6991/gitsigns.nvim",
event = "VimEnter",
event = "VeryLazy",
opts = {
on_attach = function(bufnr)
local gs = package.loaded.gitsigns