Tags: glehmann/nvim-lspconfig
Tags
ci: add luarocks upload release workflow The recently added rockspec (see neovim#2307) has to be prepared and uploaded to luarocks for each release. This adds an automated workflow for it, which has been tested with plenary.nvim. To be able to upload to luarocks, the owner of the luarocks account will have to add an API key named `LUAROCKS_API_KEY` to this repo's GitHub Actions secrets.
fix(clarity_lsp): remove .cmd suffix for Windows (neovim#1835)
fix: try_add_wrapper errors if passed nil for bufnr (neovim#1648)