From 87ea0a013b85a998a23c9ac48b905bb58d839ea8 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 6 Mar 2026 17:31:31 +0100 Subject: added snippets and snippet related configuration to the nvim.nix configuration for neovim --- modules/home/i3wm/nord-blue/nvim.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'modules/home/i3wm/nord-blue/nvim.nix') diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index a5013c9..d144cfe 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -61,10 +61,18 @@ config = "let g:startify_change_to_vcs_root = 0"; } + # Auto formatting stylua alejandra black shfmt + + # Snippets + luasnip + friendly-snippets + nvim-cmp + cmp-nvim-lsp + cmp_luasnip ]; ################################################# @@ -156,6 +164,11 @@ bash = { "shfmt" }, }, }) + + ------------------------------------------------- + -- SNIPPETS + ------------------------------------------------- + require("luasnip.loaders.from_vscode").lazy_load() ------------------------------------------------- -- TELESCOPE ------------------------------------------------- -- cgit v1.2.3