From 658eea8539ebf850516bf8eb4c954fd9458e20cc Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 7 Sep 2023 17:26:12 +0200 Subject: [PATCH] Avoid error on statup about luasnip Add luasnip plugins --- modules/home/cli/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/cli/neovim.nix b/modules/home/cli/neovim.nix index a195172..6d70f46 100644 --- a/modules/home/cli/neovim.nix +++ b/modules/home/cli/neovim.nix @@ -297,6 +297,7 @@ } ''; } + luasnip mason-lspconfig-nvim { plugin = mason-nvim;