Add bold local variables for C++

This commit is contained in:
Martin Larsson 2025-01-02 18:48:28 +01:00
parent bcec4985b2
commit d5890ba649

View file

@ -46,6 +46,8 @@ return {
-- Leap
LeapLabelPrimary = { bg = colors.green, fg = colors.base },
LeapBackdrop = { link = "Comment" },
["@lsp.typemod.variable.functionScope.cpp"] = { bold = true },
}
end
})