Skip to content

Commit

Permalink
chore: make/move around status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hui committed Dec 7, 2023
1 parent 20128b7 commit e30efd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate docs
name: Docs

on:
push:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# 💫 Fidget

[![Docs](https://github.com/j-hui/fidget.nvim/actions/workflows/docs.yaml/badge.svg)](blob/main/doc/fidget.txt)
[![LuaRocks](https://img.shields.io/luarocks/v/j-hui/fidget.nvim?logo=lua&color=purple)](https://luarocks.org/modules/j-hui/fidget.nvim)

Extensible UI for Neovim notifications and LSP progress messages.

![fidget.nvim demo](https://github.com/j-hui/fidget.nvim/blob/media/gifs/fidget-demo-rust-analyzer.gif?raw=true)
Expand Down Expand Up @@ -112,8 +115,6 @@ EOF

#### [rocks.nvim](https://github.com/nvim-neorocks/rocks.nvim)

[![LuaRocks](https://img.shields.io/luarocks/v/j-hui/fidget.nvim?logo=lua&color=purple)](https://luarocks.org/modules/j-hui/fidget.nvim)

```vim
:Rocks install fidget.nvim
```
Expand Down

0 comments on commit e30efd5

Please sign in to comment.