diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-06 17:31:31 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-06 17:31:31 +0100 |
| commit | 87ea0a013b85a998a23c9ac48b905bb58d839ea8 (patch) | |
| tree | 45e3ef5bdc68837b8c2e90514487c0861ea71281 | |
| parent | f3cecbd9ca95eb5a9023c1b99b7002954a8af4c3 (diff) | |
added snippets and snippet related configuration to the nvim.nix configuration for neovim
| -rw-r--r-- | modules/home/i3wm/nord-blue/nvim.nix | 13 |
1 files changed, 13 insertions, 0 deletions
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 ------------------------------------------------- |
