From 7827947ca9369e1b11bca76434bd093e5cceea86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Lepage?= <33058747+GaetanLepage@users.noreply.github.com> Date: Tue, 10 Jan 2023 13:38:25 +0100 Subject: [PATCH] readme: fix typos (#106) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 885ca31a..9fd24d66 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ gruvbox as the colorscheme, no extra configuration required! ## Support/Questions If you have any question, please use the [discussions page](https://github.com/pta2002/nixvim/discussions/categories/q-a)! -## Instalation +## Installation ### Without flakes 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`, -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. ## Usage @@ -132,7 +132,7 @@ can use the following: } ``` -You can then run neovim using `nix run .# -- `. This can be useful to test +You can then run neovim using `nix run .# -- `. This can be useful to test config changes easily. ### Advanced Usage