|
|
@ -319,7 +319,7 @@ Catppuccin provides these commands to work with the catppuccin compiler.
|
|
|
|
|
|
|
|
|
|
|
|
It's recommended to add `:CatppuccinCompile` to run everytime you update your config. For example:
|
|
|
|
It's recommended to add `:CatppuccinCompile` to run everytime you update your config. For example:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```lua
|
|
|
|
use {
|
|
|
|
use {
|
|
|
|
"catppuccin/nvim",
|
|
|
|
"catppuccin/nvim",
|
|
|
|
as = "catppuccin",
|
|
|
|
as = "catppuccin",
|
|
|
@ -329,7 +329,7 @@ use {
|
|
|
|
|
|
|
|
|
|
|
|
To auto-compile catppuccin after `:PackerCompile`, create an autocmd:
|
|
|
|
To auto-compile catppuccin after `:PackerCompile`, create an autocmd:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```lua
|
|
|
|
vim.api.nvim_create_autocmd("User PackerCompileDone", {
|
|
|
|
vim.api.nvim_create_autocmd("User PackerCompileDone", {
|
|
|
|
pattern = "*",
|
|
|
|
pattern = "*",
|
|
|
|
callback = function()
|
|
|
|
callback = function()
|
|
|
|