mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
modules: switch to gerg's neovim-wrapper (#325)
* modules: switch to gerg's neovim-wrapper * Use initViml instead of writeText (#330) --------- Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
This commit is contained in:
parent
32d231395f
commit
5fab82ba91
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