File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : LuaRocks
2
+ on :
3
+ push :
4
+ tags :
5
+ - " *"
6
+ pull_request :
7
+ branches :
8
+ - main
9
+ concurrency :
10
+ group : ${{ github.ref }}-luarocks
11
+ cancel-in-progress : true
12
+ jobs :
13
+ luarocks-release :
14
+ runs-on : ubuntu-latest
15
+ name : LuaRocks upload
16
+ steps :
17
+ - name : Checkout
18
+ uses : actions/checkout@v4
19
+ - name : LuaRocks Upload
20
+ uses : nvim-neorocks/luarocks-tag-release@v5
21
+ env :
22
+ LUAROCKS_API_KEY : ${{ secrets.LUAROCKS_API_KEY }}
23
+ with :
24
+ summary : " Load all the ultra colorschemes into your Neovim player!"
25
+ labels : |
26
+ neovim
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ scoop install coreutils # rm
123
123
124
124
** Warning:** if this plugin provides the main colorscheme (e.g. the ` colorscheme ` command right after nvim start), then make sure:
125
125
126
- 1 . Don't lazy this plugin, it only takes ~ 4 ms to load.
126
+ 1 . Don't lazy this plugin ( it only takes ~ 4 ms to load) .
127
127
2 . Load this plugin before all other start plugins.
128
128
129
129
### [ lazy.nvim] ( https://github.com/folke/lazy.nvim )
Original file line number Diff line number Diff line change
1
+ v1.9.1
You can’t perform that action at this time.
0 commit comments