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
1 changed files with 2 additions and 1 deletions

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