File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 17
17
- name : LuaRocks Upload
18
18
uses : nvim-neorocks/luarocks-tag-release@v5
19
19
env :
20
- LUAROCKS_KEY : ${{ secrets.LUAROCKS_API_KEY }}
20
+ LUAROCKS_API_KEY : ${{ secrets.LUAROCKS_API_KEY }}
21
21
with :
22
22
test_interpreters : " "
23
23
dependencies : |
Original file line number Diff line number Diff line change 2
2
3
3
<a href =" https://neovim.io " > ![ Neovim] ( https://img.shields.io/badge/Neovim%200.10+-brightgreen?style=for-the-badge ) </a >
4
4
<a href =" /LICENSE " > ![ License] ( https://img.shields.io/badge/license-GPL%20v3-brightgreen?style=for-the-badge ) </a >
5
- <a href =" https://dotfyle.com/plugins/nvim-dorm/dorm " > ![ Usage] ( https://dotfyle.com/plugins/nvim-dorm/dorm/shield?style=for-the-badge ) </a >
6
5
7
6
## About
8
7
24
23
config = true ,
25
24
}
26
25
```
26
+
27
27
---
28
28
29
29
### plug.vim
@@ -34,18 +34,20 @@ Plug "clpi/dorm.lua", {
34
34
\ "do" : ":lua require('dorm').setup()"
35
35
\ }
36
36
```
37
+
37
38
---
39
+
38
40
### packer.nvim
39
41
40
42
``` lua
41
43
use {
42
44
" clp" ,
43
- rocks = {
44
- " lua-utils.nvim" ,
45
- " nvim-nio" ,
46
- " nui.nvim" ,
47
- " plenary.nvim" ,
48
- " pathlib.nvim"
45
+ rocks = {
46
+ " lua-utils.nvim" ,
47
+ " nvim-nio" ,
48
+ " nui.nvim" ,
49
+ " plenary.nvim" ,
50
+ " pathlib.nvim"
49
51
},
50
52
tag = " *" ,
51
53
config = function ()
You can’t perform that action at this time.
0 commit comments