diff --git a/config/plugins/blink-cmp.nix b/config/plugins/blink-cmp.nix index b31a0b0..83c1026 100644 --- a/config/plugins/blink-cmp.nix +++ b/config/plugins/blink-cmp.nix @@ -1,11 +1,13 @@ { plugins.blink-cmp = { settings = { + snippets = { + preset = "luasnip"; + }; sources = { default = [ "lsp" "path" - "luasnip" "buffer" "copilot" ];