diff --git a/docs/plugins/colorscheme.md b/docs/plugins/colorscheme.md index d7e125c65..a4ccd0a3f 100644 --- a/docs/plugins/colorscheme.md +++ b/docs/plugins/colorscheme.md @@ -148,6 +148,14 @@ opts = { which_key = true, }, }, + +-- Configure LazyVim to load the above settings + { + "LazyVim/LazyVim", + opts = { + colorscheme = "catppuccin", + }, + }, } ```