Skip to content

Commit ee0e404

Browse files
committed
fixing readme and workflow
1 parent 22ce7f1 commit ee0e404

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/luarocks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: LuaRocks Upload
1818
uses: nvim-neorocks/luarocks-tag-release@v5
1919
env:
20-
LUAROCKS_KEY: ${{ secrets.LUAROCKS_API_KEY }}
20+
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
2121
with:
2222
test_interpreters: ""
2323
dependencies: |

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<a href="https://neovim.io"> ![Neovim](https://img.shields.io/badge/Neovim%200.10+-brightgreen?style=for-the-badge) </a>
44
<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>
65

76
## About
87

@@ -24,6 +23,7 @@
2423
config = true,
2524
}
2625
```
26+
2727
---
2828

2929
### plug.vim
@@ -34,18 +34,20 @@ Plug "clpi/dorm.lua", {
3434
\ "do" : ":lua require('dorm').setup()"
3535
\ }
3636
```
37+
3738
---
39+
3840
### packer.nvim
3941

4042
```lua
4143
use {
4244
"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"
4951
},
5052
tag = "*",
5153
config = function()

0 commit comments

Comments
 (0)