mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-19 10:59:49 +01: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