mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-23 05:40:44 +00:00
dev: use upstream nvim-cmp repository
This commit is contained in:
parent
ab83adbd36
commit
ea758a578b
1 changed files with 2 additions and 1 deletions
|
@ -197,8 +197,9 @@
|
||||||
url = "github:hrsh7th/nvim-compe";
|
url = "github:hrsh7th/nvim-compe";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
nvim-cmp = {
|
nvim-cmp = {
|
||||||
url = "github:ShIRannx/nvim-cmp";
|
url = "github:hrsh7th/nvim-cmp";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
cmp-buffer = {
|
cmp-buffer = {
|
||||||
|
|
Loading…
Reference in a new issue