nvim: use unstable lspsaga

This commit is contained in:
Moritz Böhme 2023-02-27 23:53:35 +01:00
parent 14b39fcd44
commit 17085b4a1b
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 34 additions and 8 deletions

View file

@ -77,17 +77,22 @@
flake = false;
};
copilot-lua = {
url = "github:zbirenbaum/copilot.lua";
flake = false;
};
lspsaga-nvim = {
url = "github:glepnir/lspsaga.nvim";
flake = false;
};
attic = {
url = "github:zhaofengli/attic";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "stable";
inputs.flake-utils.follows = "flake-utils";
};
copilot-lua = {
url = "github:zbirenbaum/copilot.lua";
flake = false;
};
};
outputs =