docs: clean up remaining mentions of neovim-flake

This commit is contained in:
raf 2024-04-27 16:04:09 +03:00
commit 40979a6d6a
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
7 changed files with 439 additions and 94 deletions

View file

@ -110,12 +110,12 @@ to contain the parent as well - for example `languages/java: some major change`.
## Code Style {#sec-guidelines-code-style}
### Treewide
### Treewide {#sec-code-style-treewide}
Keep lines at a reasonable width, ideally 80 characters or less. This also applies
to string literals and module descriptions and documentation.
### Nix
### Nix {#sec-code-style-nix}
**nvf** is formatted by the [alejandra](https://github.com/kamadorueda/alejandra)
tool and the formatting is checked in the pull request and push workflows. Run the

View file

@ -33,7 +33,7 @@ Followed by importing the home-manager module somewhere in your configuration.
}
```
## Example Installation {#sec-example-installation}
## Example Installation {#sec-example-installation-hm}
```nix
{

View file

@ -33,7 +33,7 @@ Followed by importing the NixOS module somewhere in your configuration.
}
```
## Example Installation {#sec-example-installation}
## Example Installation {#sec-example-installation-nixos}
```nix
{