mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-06 17:11:05 +01:00
treewide: NixVim/nixvim -> Nixvim
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
5d1c27e53c
commit
03a51dbf3d
34 changed files with 78 additions and 78 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# New Nixvim template
|
||||
|
||||
This template gives you a good starting point for configuring nixvim as a standalone module configuration.
|
||||
This template gives you a good starting point for configuring Nixvim as a standalone module configuration.
|
||||
|
||||
## Configuring
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ nix run
|
|||
|
||||
## Configurations and packages
|
||||
|
||||
Your nixvim configuration is created using `evalNixvim`.
|
||||
Your Nixvim configuration is created using `evalNixvim`.
|
||||
This is outputted as the `nixvimConfigurations.<system>.default` flake output.
|
||||
|
||||
You can access your configuration's package outputs `<configuration>.config.build.package`.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
description = "A nixvim configuration";
|
||||
description = "A Nixvim configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Nixvim template
|
||||
|
||||
This template gives you a good starting point for configuring nixvim standalone.
|
||||
This template gives you a good starting point for configuring Nixvim standalone.
|
||||
|
||||
## Configuring
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
description = "A nixvim configuration";
|
||||
description = "A Nixvim configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue