mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +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";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
nvim-cmp = {
|
||||
url = "github:ShIRannx/nvim-cmp";
|
||||
url = "github:hrsh7th/nvim-cmp";
|
||||
flake = false;
|
||||
};
|
||||
cmp-buffer = {
|
||||
|
|
Loading…
Reference in a new issue