Skip to content

Commit

Permalink
docs: add mini.deps install instructions (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
madscientist16 authored Nov 9, 2024
1 parent 35d8057 commit 1ac019b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ This port of <a href="https://github.com/catppuccin/">Catppuccin</a> is special
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 }
```

[mini.deps](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-deps.md)
```lua
add({ source = "catppuccin/nvim", name = "catppuccin" })
```

[packer.nvim](https://github.com/wbthomason/packer.nvim)
```lua
use { "catppuccin/nvim", as = "catppuccin" }
Expand Down

0 comments on commit 1ac019b

Please sign in to comment.