Skip to content

Commit

Permalink
snippets/luasnip: revert adding lazy event
Browse files Browse the repository at this point in the history
  • Loading branch information
LilleAila committed Jan 12, 2025
1 parent 7012938 commit 9818d19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/release-notes/rl-0.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@
- Remove `vim.notes.obsidian.setupOpts.dir`, which was set by default. Fixes
issue with setting the workspace directory.
- Add `vim.snippets.luasnip.setupOpts`, which was previously missing.
- Add a trigger event for luasnip lazy-loading
2 changes: 1 addition & 1 deletion modules/plugins/snippets/luasnip/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in {
vim = {
lazy.plugins.luasnip = {
package = "luasnip";
event = "BufEnter";
lazy = true;
after = cfg.loaders;
setupModule = "luasnip";
inherit (cfg) setupOpts;
Expand Down

0 comments on commit 9818d19

Please sign in to comment.