diff options
| author | Andres Lowrie <andres.lowrie@gmail.com> | 2023-07-07 08:37:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-07 08:37:12 -0500 |
| commit | 38ff9983542c83a720efdbc42673d26dd95a158d (patch) | |
| tree | 6cee7446009231ce485057b3d5219b3be34e5673 | |
| parent | 66d4742f8d0eac29cc5748c5a3a6442eb04a63a9 (diff) | |
| download | dots-38ff9983542c83a720efdbc42673d26dd95a158d.tar.gz | |
correct typo
Hey y'all 👋
I think there may have been a typo?
| -rw-r--r-- | nvim/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md index 99914cf..4a128bc 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -11,7 +11,7 @@ A starting point for Neovim that is: * Documented * Modular -This repo is meant to be used as by **YOU** to begin your Neovim journey; remove the things you don't use and add what you miss. +This repo is meant to be used by **YOU** to begin your Neovim journey; remove the things you don't use and add what you miss. Kickstart.nvim targets *only* the latest ['stable'](https://github.com/neovim/neovim/releases/tag/stable) and latest ['nightly'](https://github.com/neovim/neovim/releases/tag/nightly) of Neovim. If you are experiencing issues, please make sure you have the latest versions. |