summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index c5ec6cd..2071bb1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -129,6 +129,9 @@
leap = [ leap-nvim flit-nvim ];
telescope = [ telescope-nvim ];
treesitter = [ nvim-treesitter.withAllGrammars nvim-treesitter-textobjects ];
+
+ completion = [ blink-cmp ];
+
extra = [ which-key-nvim ];
};
};