diff --git a/doc/catppuccin.txt b/doc/catppuccin.txt index 02107a3d..cf357d34 100644 --- a/doc/catppuccin.txt +++ b/doc/catppuccin.txt @@ -1,4 +1,5 @@ *catppuccin.txt* Soothing pastel theme for NeoVim + For nvim >= 0.8.0 Last change: 2026 May 20 ============================================================================== Table of Contents *catppuccin-table-of-contents* @@ -460,7 +461,7 @@ Setting `enabled` to `true` enables this integration. options will also apply to coc In the nested tables you can set the style for the diagnostics, both `virtual_text` (what you see on the side) and `underlines` (what points -directly at the thing (e.g. an error)). +directly at the thing (e.g. an error)). >lua lsp_styles = { diff --git a/lua/catppuccin/groups/editor.lua b/lua/catppuccin/groups/editor.lua index b8d1c180..2a84dff4 100644 --- a/lua/catppuccin/groups/editor.lua +++ b/lua/catppuccin/groups/editor.lua @@ -11,6 +11,7 @@ function M.get() CursorLine = { bg = U.vary_color({ latte = U.lighten(C.mantle, 0.70, C.base) }, U.darken(C.surface0, 0.64, C.base)), }, -- Screen-line at the cursor, when 'cursorline' is set. Low-priority if forecrust (ctermfg OR guifg) is not set. + Dimmed = { fg = C.overlay1 }, Directory = { fg = C.blue }, -- directory names (and other special names in listings) EndOfBuffer = { fg = C.surface1 }, -- filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|. ErrorMsg = { fg = C.red, style = { "bold", "italic" } }, -- error messages on the command line