Skip to content

Commit

Permalink
chore(readme): update minimum nvim version
Browse files Browse the repository at this point in the history
we now rely on some nvim apis that had bugs before 0.8
otherwise minimum version should be 0.6
  • Loading branch information
theol0403 committed Oct 21, 2022
1 parent a8892df commit baa8c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ mode and editor commands, making the best use of both editors.

- Install the [vscode-neovim](https://marketplace.visualstudio.com/items?itemName=asvetliakov.vscode-neovim)
extension.
- Install [Neovim](https://github.com/neovim/neovim/wiki/Installing-Neovim) **0.5.0** or greater.
- Install [Neovim](https://github.com/neovim/neovim/wiki/Installing-Neovim) **0.8.0** or greater.
- Set the Neovim path in the extension settings. You must specify full path to Neovim, like
"`C:\Neovim\bin\nvim.exe"` or "`/usr/local/bin/nvim`".
- The setting id is "`vscode-neovim.neovimExecutablePaths.win32/linux/darwin`", respective to your system.
Expand Down

0 comments on commit baa8c92

Please sign in to comment.