From d5bbf7cef2ad43a9f279399ec508777141e568c4 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Fri, 25 Nov 2022 13:23:30 -0500 Subject: add more explicit note about latest versions of nvim --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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). -- cgit v1.2.3-54-g00ecf