Skip to content

Commit a42dde4

Browse files
committed
chore(blink): solve blink not triggered by lz-n (nvim-lspconfig problem)
1 parent 395bca8 commit a42dde4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/nixvim/blink.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,10 @@
7676
};
7777
};
7878
};
79+
plugins.lsp = lib.mkIf config.plugins.blink-cmp.lazyLoad.enable {
80+
capabilities = lib.mkBefore ''
81+
-- blink cmp problem
82+
require("lz.n").trigger_load("blink.cmp")
83+
'';
84+
};
7985
}

0 commit comments

Comments
 (0)