Skip to content

Commit

Permalink
Merge branch 'master' into add-reset-info
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 7, 2020
2 parents c8334dc + abb3c6b commit fec355c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Alternatively, you can clone the repo and select which gadgets are installed:

Vimspector requires:

* Vim version 8.1 with at least patch 1264
* Vim (*not neovim*) version 8.1 with at least patch 1264
* One of the following operating systems:
* Linux
* macOS Mojave or pater
Expand All @@ -147,8 +147,17 @@ Why such a new vim ? Well 2 reasons:
Why no Windows support? Because it's effort and it's not a priority for the
author. PRs are welcome.

Which Linux versions? I only test on Ubuntu 18.04 and later and RHEL 6.5 and
RHEL 7.6.
Which Linux versions? I only test on Ubuntu 18.04 and later and RHEL 7.

Why not neovim? A few fiddly reasons (not philosophy):

* neovim doesn't implement some features Vimspector relies on
* neovim's Python API is not compatible with Vim's
* I don't personally use or test with neovim, and doing so doubles the
effort required.

If enough people +1 [this issue](https://github.com/puremourning/vimspector/issues/29),
I will consider it.

## Language dependencies

Expand Down

0 comments on commit fec355c

Please sign in to comment.