docs: update readme & style

This commit is contained in:
NotAShelf 2023-02-06 05:27:15 +03:00
commit c2affb9945
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
4 changed files with 136 additions and 20 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:jordanisaacs/neovim-flake";
inputs.neovim-flake.url = "github:notashelf/neovim-flake";
outputs = {nixpkgs, neovim-flake, ...}: let
system = "x86_64-linux";