Merge branch 'dev-doc' into dev

old-catppuccino
Pocco81 3 years ago
commit 48216e66c3

@ -361,20 +361,15 @@ EOF
After setting things up, you can load Catppuccino like so:
For Lua:
```lua
catppuccino.load(<colorscheme_name>)
```vim
" Vim Script
colorscheme catppuccino
```
If `<colorscheme_name>` is not passed then it'll pick the one in the config.
For VimScript:
```lua
colorscheme catppuccino
-- Lua
vim.cmd[[colorscheme catppuccino]]
```
Passing `catppuccino` to the `colorscheme` command will pick the colorscheme in the config. Optionally, you could pass one by its code name (e.g. `colorscheme neon_latte`).
For instructions on how to configure the plugin, check out the [configuration](#configuration) section.

Loading…
Cancel
Save