diff --git a/doc/catppuccin.txt b/doc/catppuccin.txt index 18de181d..fb8f27e8 100644 --- a/doc/catppuccin.txt +++ b/doc/catppuccin.txt @@ -343,13 +343,6 @@ coc.nvim>lua coc_nvim = false < -colorful-winsep>lua - colorful_winsep = { - enabled = false, - color = 'red' -- a catpuccin color to use for the window separator - }, -< - Special ~ Setting `enabled` to `true` enables this integration. @@ -386,6 +379,13 @@ directly at the thing (e.g. an error)). }, < +colorful-winsep.nvim>lua + colorful_winsep = { + enabled = false, + color = "red", + } +< + dashboard-nvim>lua dashboard = true <