feat(nvim): replace nvim.cmp with blink.cmp
This commit is contained in:
parent
f0cdafad6a
commit
cab0610450
4 changed files with 235 additions and 122 deletions
|
|
@ -45,6 +45,10 @@
|
|||
nixvim.inputs.flake-parts.follows = "flake-parts";
|
||||
nixvim.inputs.home-manager.follows = "home-manager";
|
||||
|
||||
blink-cmp.url = "github:Saghen/blink.cmp";
|
||||
blink-compat.url = "github:Saghen/blink.compat";
|
||||
blink-compat.flake = false;
|
||||
|
||||
# river
|
||||
river.url = "git+https://github.com/riverwm/river?submodules=1";
|
||||
river.flake = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue