We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7012938 commit 9818d19Copy full SHA for 9818d19
docs/release-notes/rl-0.8.md
@@ -52,4 +52,3 @@
52
- Remove `vim.notes.obsidian.setupOpts.dir`, which was set by default. Fixes
53
issue with setting the workspace directory.
54
- Add `vim.snippets.luasnip.setupOpts`, which was previously missing.
55
-- Add a trigger event for luasnip lazy-loading
modules/plugins/snippets/luasnip/config.nix
@@ -11,7 +11,7 @@ in {
11
vim = {
12
lazy.plugins.luasnip = {
13
package = "luasnip";
14
- event = "BufEnter";
+ lazy = true;
15
after = cfg.loaders;
16
setupModule = "luasnip";
17
inherit (cfg) setupOpts;
0 commit comments