File tree 3 files changed +26
-25
lines changed
3 files changed +26
-25
lines changed Original file line number Diff line number Diff line change 1
- name : Test
2
-
3
- on :
4
- push :
5
- pull_request :
6
-
7
- jobs :
8
- test :
9
- runs-on : ubuntu-latest
10
- strategy :
11
- matrix :
12
- nvim-versions : ["stable", "nightly"]
13
-
14
- name : test
15
- steps :
16
- - name : checkout
17
- uses : actions/checkout@v3
18
-
19
- - uses : rhysd/action-setup-vim@v1
20
- with :
21
- neovim : true
22
- version : ${{ matrix.nvim-versions }}
23
-
24
- - name : run tests
25
- run : make test
1
+ # name: Test
2
+ #
3
+ # on:
4
+ # push:
5
+ # pull_request:
6
+ #
7
+ # jobs:
8
+ # test:
9
+ # runs-on: ubuntu-latest
10
+ # strategy:
11
+ # matrix:
12
+ # nvim-versions: ["stable", "nightly"]
13
+ #
14
+ # name: test
15
+ # steps:
16
+ # - name: checkout
17
+ # uses: actions/checkout@v3
18
+ #
19
+ # - uses: rhysd/action-setup-vim@v1
20
+ # with:
21
+ # neovim: true
22
+ # version: ${{ matrix.nvim-versions }}
23
+ #
24
+ # - name: run tests
25
+ # run: make test
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ vim.cmd.messages("clear")
14
14
15
15
local nested = M .sync (function ()
16
16
local response = M .wait_handle_error (M .wrap (lsp_request )())
17
+ vim .print (response )
17
18
end )
18
19
19
20
M .sync (function ()
You can’t perform that action at this time.
0 commit comments