docs: streamline manpages

This commit is contained in:
NotAShelf 2023-02-06 21:10:37 +03:00
commit 206e17bbe4
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
8 changed files with 133 additions and 41 deletions

View file

@ -18,7 +18,7 @@ The following is an example of a barebones vim configuration with the default th
[source,nix]
----
{
inputs.neovim-flake.url = "github:notashelf/neovim-flake";
inputs.neovim-flake.url = "github:jordanisaacs/neovim-flake";
outputs = {nixpkgs, neovim-flake, ...}: let
system = "x86_64-linux";