We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de2b6d commit fe21b80Copy full SHA for fe21b80
2 files changed
README.md
@@ -55,7 +55,7 @@ This port of <a href="https://github.com/catppuccin/">Catppuccin</a> is special
55
with Neovim 0.12's `vim.pack`
56
57
```lua
58
-vim.pack.add({ src = "https://github.com/catppuccin/nvim", name = "catppuccin" })
+vim.pack.add { { src = "https://github.com/catppuccin/nvim", name = "catppuccin" } }
59
```
60
61
[lazy.nvim](https://github.com/folke/lazy.nvim)
doc/catppuccin.txt
@@ -27,7 +27,7 @@ INSTALLATION *catppuccin-installation*
27
with Neovim 0.12’s `vim.pack`
28
29
>lua
30
- vim.pack.add({ src = "https://github.com/catppuccin/nvim", name = "catppuccin" })
+ vim.pack.add { { src = "https://github.com/catppuccin/nvim", name = "catppuccin" } }
31
<
32
33
lazy.nvim <https://github.com/folke/lazy.nvim>
0 commit comments