diff options
author | TJ DeVries <devries.timothyj@gmail.com> | 2022-11-25 13:23:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-25 13:23:30 -0500 |
commit | d5bbf7cef2ad43a9f279399ec508777141e568c4 (patch) | |
tree | 1497467a278579e709ed14ec962f7bfdddf6e322 /README.md | |
parent | edad895bf43a737284f97503aa9fcf5f4188317f (diff) |
add more explicit note about latest versions of nvim
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |