diff options
author | kylo252 <[email protected]> | 2022-01-24 13:01:57 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-24 13:01:57 +0100 |
commit | 25e8b2234915f7862d1c6fcd9477b0c1b1ea1bf4 (patch) | |
tree | 5ac77ef736154679c163d86f339c73a11aa856ba /README.md | |
parent | 6cd282ac525e83a641c2c57a08be6789b75e547d (diff) |
chore(installer): require neovim 0.6.1+ (#2211)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ You can find all the documentation for LunarVim at [lunarvim.org](https://www.lu ## Install In One Command! -Make sure you have the release version of Neovim (0.6). +Make sure you have the release version of Neovim (0.6.1+). ```bash bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh) |