diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb1e389..32c9e17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,25 +1,25 @@ -name: Test - -on: - push: - pull_request: - -jobs: - test: - runs-on: ubuntu-latest - strategy: - matrix: - nvim-versions: ["stable", "nightly"] - - name: test - steps: - - name: checkout - uses: actions/checkout@v3 - - - uses: rhysd/action-setup-vim@v1 - with: - neovim: true - version: ${{ matrix.nvim-versions }} - - - name: run tests - run: make test +# name: Test +# +# on: +# push: +# pull_request: +# +# jobs: +# test: +# runs-on: ubuntu-latest +# strategy: +# matrix: +# nvim-versions: ["stable", "nightly"] +# +# name: test +# steps: +# - name: checkout +# uses: actions/checkout@v3 +# +# - uses: rhysd/action-setup-vim@v1 +# with: +# neovim: true +# version: ${{ matrix.nvim-versions }} +# +# - name: run tests +# run: make test diff --git a/doc/readme.txt b/doc/readme.txt new file mode 100644 index 0000000..e69de29 diff --git a/lua/tutorial.lua b/lua/tutorial.lua index 887054c..8acdb77 100644 --- a/lua/tutorial.lua +++ b/lua/tutorial.lua @@ -14,6 +14,7 @@ vim.cmd.messages("clear") local nested = M.sync(function() local response = M.wait_handle_error(M.wrap(lsp_request)()) + vim.print(response) end) M.sync(function()