From b1a51a416d1c5845192c5bca70c89fe509bbae3d Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 18 Aug 2025 21:28:29 +0300 Subject: [PATCH] fix snippets --- config/plugins/blink-cmp.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" ];