diff options
author | Abouzar Parvan <[email protected]> | 2021-12-23 13:03:20 +0330 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-23 10:33:20 +0100 |
commit | 655fd1b0ca5405ce67f3f8083ef6a4f7d2dedea0 (patch) | |
tree | 9342adbd10f36a9ad4dc266598078051ed45e8c9 /README.md | |
parent | 55934998286357e5cba13848720c25494051510f (diff) |
refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)
Co-authored-by: kylo252 <[email protected]>
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.5). +Make sure you have the release version of Neovim (0.6). ```bash bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh) |