@ -299,7 +299,7 @@ Catppuccin is a highly customizable and configurable colorscheme. This does howe
Catppuccin can pre compute the results of your configuration and store the results in a compiled lua file. We use these precached values to set it's highlights.
Catppuccin can pre compute the results of your configuration and store the results in a compiled lua file. We use these precached values to set it's highlights.
#### Setting `enabled` to `true` enables this feature:
- Setting `enabled` to `true` enables this feature:
```lua
```lua
compile = {
compile = {
@ -317,9 +317,9 @@ By default catppuccin writes the compiled results into the system's cache direct
:CatppuccinClean # Delete compiled file
:CatppuccinClean # Delete compiled file
```
```
#### It's recommended to add `:CatppuccinCompile` to post-install/update hooks. For example:
- It's recommended to add `:CatppuccinCompile` to post-install/update hooks. For example: