diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ]; }; }; |