mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-03 01:25:57 +00:00
modules: switch to gerg's neovim-wrapper
This commit is contained in:
parent
8d5f23035d
commit
53971939a5
3 changed files with 40 additions and 30 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue