diff options
| author | 2025-03-06 17:46:43 +0300 | |
|---|---|---|
| committer | 2025-03-06 18:20:54 +0300 | |
| commit | 744535a8bc1529ac87f14c68130a1186f3d64e9a (patch) | |
| tree | ce3b6dd4f779a7e5dbe52109036f9cf306c5508b /flake.nix | |
| parent | feat: add keybinding to reset search highlight (diff) | |
| download | neovim-configuration-744535a8bc1529ac87f14c68130a1186f3d64e9a.tar.gz neovim-configuration-744535a8bc1529ac87f14c68130a1186f3d64e9a.tar.bz2 neovim-configuration-744535a8bc1529ac87f14c68130a1186f3d64e9a.tar.lz neovim-configuration-744535a8bc1529ac87f14c68130a1186f3d64e9a.tar.xz neovim-configuration-744535a8bc1529ac87f14c68130a1186f3d64e9a.tar.zst neovim-configuration-744535a8bc1529ac87f14c68130a1186f3d64e9a.zip | |
feat: add `blink.cmp` for completion
Diffstat (limited to '')
| -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 ]; }; }; |
