summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2022-11-25 13:23:30 -0500
committerGitHub <noreply@github.com>2022-11-25 13:23:30 -0500
commitd5bbf7cef2ad43a9f279399ec508777141e568c4 (patch)
tree1497467a278579e709ed14ec962f7bfdddf6e322 /README.md
parentedad895bf43a737284f97503aa9fcf5f4188317f (diff)
add more explicit note about latest versions of nvim
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e3a1b87..931348d 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ A starting point for Neovim that is:
* Documented
* Modular
-Kickstart.nvim targets *only* the Neovim releases tagged ['stable'](https://github.com/neovim/neovim/releases/tag/stable) and ['nightly'](https://github.com/neovim/neovim/releases/tag/nightly).
+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.
This repo is meant to be used as a starting point for a user's own configuration; remove the things you don't use and add what you miss. This configuration serves as the reference configuration for the [lspconfig wiki](https://github.com/neovim/nvim-lspconfig/wiki).