fix: some symbols can't be mapped correctly #132
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "release" | |
on: | |
push: | |
tags: # Will upload to luarocks.org when a tag is pushed | |
- "*" | |
pull_request: # Will test a local install without uploading to luarocks.org | |
jobs: | |
luarocks-release: | |
name: LuaRocks upload | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: LuaRocks Upload | |
uses: nvim-neorocks/luarocks-tag-release@v5 | |
env: | |
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} | |
with: | |
labels: | | |
neovim | |
nvim-cmp | |
detailed_description: | | |
A completion engine plugin for neovim written in Lua. | |
Completion sources are installed from external repositories and "sourced". |