summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 9f096a8..6b9a9b6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -231,6 +231,11 @@
];
completion = [ blink-cmp ];
+ snippets = [
+ luasnip
+ friendly-snippets
+ ];
+
# NOTE: On NeoVim 0.11+ nvim-lspconfig is not required due to native API
lsp = [ lazydev-nvim ];