From 0d4430434dcb036698ac61a0a10cf08f3d87e314 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 10 Feb 2025 21:40:18 +0100 Subject: [PATCH] Add snippets. --- modules/home-manager/neovim.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix index 7dced60..31d01cc 100644 --- a/modules/home-manager/neovim.nix +++ b/modules/home-manager/neovim.nix @@ -79,6 +79,9 @@ }; }; + # Setup snippet support + snippets.luasnip.enable = true; + # Setup nixd options luaConfigRC.nixd = '' require("lspconfig").nixd.setup({