snippets/luasnip: revert adding lazy event

This commit is contained in:
LilleAila 2025-01-12 09:58:55 +01:00
commit 9818d19937
No known key found for this signature in database
GPG key ID: D1ACCDCF2B9B9799
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,7 @@ in {
vim = {
lazy.plugins.luasnip = {
package = "luasnip";
event = "BufEnter";
lazy = true;
after = cfg.loaders;
setupModule = "luasnip";
inherit (cfg) setupOpts;