From d78b9bc6243a33150da3322728b9115aff5a09c5 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 18 Aug 2025 23:29:44 +0300 Subject: [PATCH] luasnip is not working as of now --- config/plugins/blink-cmp.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/plugins/blink-cmp.nix b/config/plugins/blink-cmp.nix index 83c1026..73a09b4 100644 --- a/config/plugins/blink-cmp.nix +++ b/config/plugins/blink-cmp.nix @@ -1,9 +1,9 @@ { plugins.blink-cmp = { settings = { - snippets = { - preset = "luasnip"; - }; + # snippets = { + # preset = "luasnip"; + # }; sources = { default = [ "lsp"