mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
readme: fix typos (#106)
This commit is contained in:
parent
7713f5d441
commit
7827947ca9
1 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ gruvbox as the colorscheme, no extra configuration required!
|
||||||
## Support/Questions
|
## Support/Questions
|
||||||
If you have any question, please use the [discussions page](https://github.com/pta2002/nixvim/discussions/categories/q-a)!
|
If you have any question, please use the [discussions page](https://github.com/pta2002/nixvim/discussions/categories/q-a)!
|
||||||
|
|
||||||
## Instalation
|
## Installation
|
||||||
### Without flakes
|
### Without flakes
|
||||||
NixVim now ships with `flake-compat`, which makes it usable from any system.
|
NixVim now ships with `flake-compat`, which makes it usable from any system.
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ flakes, just add the nixvim input:
|
||||||
```
|
```
|
||||||
|
|
||||||
You can now access the module using `inputs.nixvim.homeManagerModules.nixvim`,
|
You can now access the module using `inputs.nixvim.homeManagerModules.nixvim`,
|
||||||
for a home-manager instalation, `inputs.nixvim.nixosModules.nixvim`, for NixOS,
|
for a home-manager installation, `inputs.nixvim.nixosModules.nixvim`, for NixOS,
|
||||||
and `inputs.nixvim.nixDarwinModules.nixvim` for nix-darwin.
|
and `inputs.nixvim.nixDarwinModules.nixvim` for nix-darwin.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue