modules: switch to gerg's neovim-wrapper

This commit is contained in:
raf 2024-07-09 00:24:40 +03:00
commit 53971939a5
Signed by: NotAShelf
GPG key ID: AF26552424E53993
3 changed files with 40 additions and 30 deletions

View file

@ -77,6 +77,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";