summaryrefslogtreecommitdiffstats
path: root/nvim
diff options
context:
space:
mode:
authorAndres Lowrie <andres.lowrie@gmail.com>2023-07-07 08:37:12 -0500
committerGitHub <noreply@github.com>2023-07-07 08:37:12 -0500
commit38ff9983542c83a720efdbc42673d26dd95a158d (patch)
tree6cee7446009231ce485057b3d5219b3be34e5673 /nvim
parent66d4742f8d0eac29cc5748c5a3a6442eb04a63a9 (diff)
downloaddots-38ff9983542c83a720efdbc42673d26dd95a158d.tar.gz
correct typo
Hey y'all 👋 I think there may have been a typo?
Diffstat (limited to 'nvim')
-rw-r--r--nvim/README.md2
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.