luasnip: only add source if not blink.cmp

blink has it's own builtin thing now
This commit is contained in:
Ching Pei Yang 2025-01-09 08:36:35 +01:00
parent 52c697a2b4
commit cfa102097a
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -17,7 +17,7 @@ in {
};
};
startPlugins = cfg.providers;
autocomplete = {
autocomplete = mkIf config.vim.autocomplete.nvim-cmp.enable {
nvim-cmp.sources = {luasnip = "[LuaSnip]";};
sourcePlugins = ["cmp-luasnip"];
};