changed nvf branch to v0.8
fixed the fun little lspconfig issue
This commit is contained in:
parent
e9895f1ca3
commit
26f9d38c2b
2 changed files with 6 additions and 5 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
# Easy Nix-based neovim config
|
||||
nvf = {
|
||||
url = "github:notashelf/nvf";
|
||||
url = "github:notashelf/nvf/v0.8"; # pinned to v0.8 due to an issue with the main branch, undo this if you have any weird issues in future
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# Disk partitioning
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# An-anime-game-launcher
|
||||
# aagl projects
|
||||
aagl = {
|
||||
url = "github:ezKEa/aagl-gtk-on-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue