feat: change nvim-cmp source for nvim 0.9.0

This commit is contained in:
NotAShelf 2023-04-17 20:12:30 +03:00
parent 2d4f2ed91d
commit c13c1e54ec
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22

View file

@ -70,12 +70,6 @@
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
# TODO: neovim nightly
neovim-nightly-overlay = {
url = "github:nix-community/neovim-nightly-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
# For generating documentation website # For generating documentation website
nmd = { nmd = {
url = "gitlab:rycee/nmd"; url = "gitlab:rycee/nmd";
@ -187,7 +181,7 @@
flake = false; flake = false;
}; };
nvim-cmp = { nvim-cmp = {
url = "github:hrsh7th/nvim-cmp"; url = "github:ShIRannx/nvim-cmp";
flake = false; flake = false;
}; };
cmp-buffer = { cmp-buffer = {