summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-07-16 12:41:51 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-07-16 12:41:51 +0300
commit84a2cf373247b66e8d767792904a11825a9e9450 (patch)
tree091b0fa659fbcf94db4f6171521dd4b5e1709759 /flake.nix
parentfeat: add window-related keybinds (diff)
downloadneovim-configuration-84a2cf373247b66e8d767792904a11825a9e9450.tar.gz
neovim-configuration-84a2cf373247b66e8d767792904a11825a9e9450.tar.bz2
neovim-configuration-84a2cf373247b66e8d767792904a11825a9e9450.tar.lz
neovim-configuration-84a2cf373247b66e8d767792904a11825a9e9450.tar.xz
neovim-configuration-84a2cf373247b66e8d767792904a11825a9e9450.tar.zst
neovim-configuration-84a2cf373247b66e8d767792904a11825a9e9450.zip
feat: add LuaSnip as snippet engine
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 ];