aboutsummaryrefslogtreecommitdiff
path: root/modules/home/i3wm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/i3wm')
-rw-r--r--modules/home/i3wm/nord-blue/nvim.nix13
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
-------------------------------------------------