Add nixvim module to config basic option for neovim
This commit is contained in:
parent
07dcd7e606
commit
317a2b4a28
7 changed files with 259 additions and 25 deletions
|
|
@ -178,5 +178,11 @@
|
|||
owner = "AtaraxiaSjel";
|
||||
repo = "nur";
|
||||
};
|
||||
|
||||
nixvim = {
|
||||
type = "github";
|
||||
owner = "nix-community";
|
||||
repo = "nixvim";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue