Skip to content

Commit

Permalink
doc: add nui.nvim dependency to lazy.nvim instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
topaxi committed Nov 19, 2024
1 parent 07964ce commit 1a72fd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim)
```lua
{
'topaxi/gh-actions.nvim',
dependencies = { 'MunifTanjim/nui.nvim' },
keys = {
{ '<leader>gh', '<cmd>GhActions<cr>', desc = 'Open Github Actions' },
},
Expand Down

0 comments on commit 1a72fd4

Please sign in to comment.