-
Notifications
You must be signed in to change notification settings - Fork 61
33 lines (28 loc) · 1.18 KB
/
luarocks.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: Push to Luarocks
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request: # Tests a local luarocks install without publishing on PRs
workflow_dispatch: # Allow manual trigger
jobs:
luarocks-upload:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
labels: neovim
summary: Extensible UI for Neovim notifications and LSP progress messages.
detailed_description: |
Fidget is an unintrusive window in the corner of your editor that manages its own lifetime.
Its goals are:
- to provide a UI for Neovim's $/progress handler
- to provide a configurable vim.notify() backend
- to support basic ASCII animations (Fidget spinners!) to indicate signs of life
- to be easy to configure, sane to maintain, and fun to hack on
There's only so much information one can stash into the status line.
Besides, who doesn't love a little bit of terminal eye candy, as a treat?