Expand your neovim sense with small UI components
0

Configure Feed

Select the types of activity you want to include in your feed.

sense.nvim / .github / workflows / luarocks.yml
932 B 32 lines
1name: Luarocks Upload 2 3on: 4 push: 5 tags: 6 - "*" 7 pull_request: 8 workflow_dispatch: 9 10jobs: 11 luarocks-upload: 12 runs-on: ubuntu-latest 13 name: Luarocks upload 14 steps: 15 - name: Checkout 16 uses: actions/checkout@v4 17 - name: LuaRocks Upload 18 uses: nvim-neorocks/luarocks-tag-release@v7 19 env: 20 LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} 21 with: 22 summary: Show diagnostics that are not visible in current view 23 detailed_description: | 24 sense.nvim shows diagnostics that are not visible in current view with their distance. 25 Allows you to quickly navigate to off-screen diagnostics with relative-line-number motions. 26 Don't miss the diagnostics ever again! 27 dependencies: | 28 luautf8 29 test_dependencies: | 30 nlua 31 copy_directories: | 32 {{ neovim.plugin.dirs }}