mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
docs: fix typo in standalone.md (makeNixvimWithModule
)
This commit is contained in:
parent
31acdd4b66
commit
aaecda1471
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ The example assumes your standalone config is the `default` package of a flake,
|
|||
|
||||
## Extending an existing configuration
|
||||
|
||||
Given a `<nixvim>` derivation obtained from `makeNixvim` or `makeNivxmiWithModule` it is possible to create a new derivation with additional options.
|
||||
Given a `<nixvim>` derivation obtained from `makeNixvim` or `makeNixvimWithModule` it is possible to create a new derivation with additional options.
|
||||
|
||||
This is done through the `<nixvim>.extend` function. This function takes a Nixvim module that is merged with the options used to build `<nixvim>`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue