diff --git a/home/.config/nvim/lua/plugs/catppuccin.lua b/home/.config/nvim/lua/plugs/catppuccin.lua index 290f081..9ad9c32 100644 --- a/home/.config/nvim/lua/plugs/catppuccin.lua +++ b/home/.config/nvim/lua/plugs/catppuccin.lua @@ -46,6 +46,8 @@ return { -- Leap LeapLabelPrimary = { bg = colors.green, fg = colors.base }, LeapBackdrop = { link = "Comment" }, + + ["@lsp.typemod.variable.functionScope.cpp"] = { bold = true }, } end })