Skip to content

Commit

Permalink
luasnip: only add source if not blink.cmp
Browse files Browse the repository at this point in the history
blink has it's own builtin thing now
  • Loading branch information
horriblename committed Jan 11, 2025
1 parent dd2185c commit 1106944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/plugins/snippets/luasnip/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"];
};
Expand Down

0 comments on commit 1106944

Please sign in to comment.