From 84a2cf373247b66e8d767792904a11825a9e9450 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Wed, 16 Jul 2025 12:41:51 +0300 Subject: feat: add LuaSnip as snippet engine --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 9f096a8..6b9a9b6 100644 --- a/flake.nix +++ b/flake.nix @@ -231,6 +231,11 @@ ]; completion = [ blink-cmp ]; + snippets = [ + luasnip + friendly-snippets + ]; + # NOTE: On NeoVim 0.11+ nvim-lspconfig is not required due to native API lsp = [ lazydev-nvim ]; -- cgit v1.2.3-70-g09d2