Skip to content

Commit

Permalink
fixing readme and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clpi committed Nov 16, 2024
1 parent 22ce7f1 commit ee0e404
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_KEY: ${{ secrets.LUAROCKS_API_KEY }}
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
test_interpreters: ""
dependencies: |
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<a href="https://neovim.io"> ![Neovim](https://img.shields.io/badge/Neovim%200.10+-brightgreen?style=for-the-badge) </a>
<a href="/LICENSE"> ![License](https://img.shields.io/badge/license-GPL%20v3-brightgreen?style=for-the-badge)</a>
<a href="https://dotfyle.com/plugins/nvim-dorm/dorm"> ![Usage](https://dotfyle.com/plugins/nvim-dorm/dorm/shield?style=for-the-badge) </a>

## About

Expand All @@ -24,6 +23,7 @@
config = true,
}
```

---

### plug.vim
Expand All @@ -34,18 +34,20 @@ Plug "clpi/dorm.lua", {
\ "do" : ":lua require('dorm').setup()"
\ }
```

---

### packer.nvim

```lua
use {
"clp",
rocks = {
"lua-utils.nvim",
"nvim-nio",
"nui.nvim",
"plenary.nvim",
"pathlib.nvim"
rocks = {
"lua-utils.nvim",
"nvim-nio",
"nui.nvim",
"plenary.nvim",
"pathlib.nvim"
},
tag = "*",
config = function()
Expand Down

0 comments on commit ee0e404

Please sign in to comment.