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 d33aa41 commit 4da9ab2Copy full SHA for 4da9ab2
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: Dev
3
on:
4
push:
5
branches:
6
- - master
+ - neoclide
7
8
jobs:
9
test:
README.md
@@ -1,6 +1,6 @@
1
# neovim-client
2
-<a href="https://github.com/neoclide/neovim/actions"><img alt="Actions" src="https://img.shields.io/github/actions/workflow/status/neoclide/neovim/ci.yml?style=flat-square&branch=master"></a>
+<a href="https://github.com/neoclide/neovim/actions"><img alt="Actions" src="https://img.shields.io/github/actions/workflow/status/neoclide/neovim/ci.yml?style=flat-square&branch=neoclide"></a>
Fork of [neovim/node-client](https://github.com/neovim/node-client) which works
on both vim9 and neovim.
0 commit comments