summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-12-23 13:03:20 +0330
committerGitHub <[email protected]>2021-12-23 10:33:20 +0100
commit655fd1b0ca5405ce67f3f8083ef6a4f7d2dedea0 (patch)
tree9342adbd10f36a9ad4dc266598078051ed45e8c9 /README.md
parent55934998286357e5cba13848720c25494051510f (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4d6d0217..784b049a 100644
--- a/README.md
+++ b/README.md
@@ -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)