From d62cb2a11fd0b9dbd9fa5a7e64908bad28600e70 Mon Sep 17 00:00:00 2001 From: Vlad Petrov Date: Sun, 16 Jul 2023 21:42:42 +0300 Subject: [PATCH] [nvim] add luasnip --- modules/nvim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nvim.nix b/modules/nvim.nix index d2a2fe4..62c9650 100644 --- a/modules/nvim.nix +++ b/modules/nvim.nix @@ -227,6 +227,7 @@ in } nvim-lspconfig nvim-cmp + luasnip cmp-nvim-lsp { plugin = lsp-zero-nvim;