summaryrefslogtreecommitdiffstats
path: root/nvim/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
commit6f61fd9d5a47c25231947b6631fe775cb20be0ce (patch)
tree22b55279d0d74cde098649edc3fe4ef8ea0e546e /nvim/README.md
parentfd921559212897d4e0fcb03d6fdb9520e50682e1 (diff)
downloaddots-6f61fd9d5a47c25231947b6631fe775cb20be0ce.tar.gz
add more explicit note about latest versions of nvim
Diffstat (limited to 'nvim/README.md')
-rw-r--r--nvim/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md
index e3a1b87..931348d 100644
--- a/nvim/README.md
+++ b/nvim/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).