mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-22 11:28:01 +00:00
luasnip: only add source if not blink.cmp
blink has it's own builtin thing now
This commit is contained in:
parent
52c697a2b4
commit
cfa102097a
1 changed files with 1 additions and 1 deletions
|
@ -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"];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue