Add neovim_git flake input, and use neovim_git in nixvim
This commit is contained in:
parent
3649602a07
commit
e70d021a24
4 changed files with 271 additions and 44 deletions
|
|
@ -194,6 +194,11 @@
|
|||
owner = "nix-community";
|
||||
repo = "nixvim";
|
||||
};
|
||||
neovim-nightly = {
|
||||
type = "github";
|
||||
owner = "nix-community";
|
||||
repo = "neovim-nightly-overlay";
|
||||
};
|
||||
|
||||
lanzaboote = {
|
||||
type = "github";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue