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 | 6f61fd9d5a47c25231947b6631fe775cb20be0ce (patch) | |
| tree | 22b55279d0d74cde098649edc3fe4ef8ea0e546e /nvim | |
| parent | fd921559212897d4e0fcb03d6fdb9520e50682e1 (diff) | |
| download | dots-6f61fd9d5a47c25231947b6631fe775cb20be0ce.tar.gz | |
add more explicit note about latest versions of nvim
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/README.md | 2 |
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). |