We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e3a7f commit 6cedcb5Copy full SHA for 6cedcb5
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- neovim_version: ['nightly', 'v0.7.2', 'v0.8.0']
+ neovim_version: ['nightly', 'v0.8.3', 'v0.9.0']
16
17
steps:
18
- uses: actions/checkout@v2
README.md
@@ -24,8 +24,8 @@
24
Supported Neovim versions:
25
26
- Latest nightly
27
-- 0.8.0 (Recommended)
28
-- 0.7.2
+- 0.9.x (Recommended)
+- 0.8.3
29
30
You'll need to install and configure a debug adapter per language. See
31
0 commit comments