mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-07 19:27:17 +00:00
modules: switch to gerg's neovim-wrapper
This commit is contained in:
parent
32d231395f
commit
a97d95db03
3 changed files with 40 additions and 30 deletions
|
|
@ -80,6 +80,12 @@
|
|||
flake-utils.url = "github:numtide/flake-utils";
|
||||
systems.url = "github:nix-systems/default";
|
||||
|
||||
# Alternate neovim-wrapper
|
||||
neovim-wrapper = {
|
||||
url = "github:Gerg-L/neovim-wrapper";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# For generating documentation website
|
||||
nmd = {
|
||||
url = "sourcehut:~rycee/nmd";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue