dev: use upstream nvim-cmp repository

This commit is contained in:
NotAShelf 2023-07-30 18:38:29 +03:00
parent ab83adbd36
commit ea758a578b
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29

View file

@ -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 = {