Add bold local variables for C++
This commit is contained in:
parent
bcec4985b2
commit
d5890ba649
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ return {
|
||||||
-- Leap
|
-- Leap
|
||||||
LeapLabelPrimary = { bg = colors.green, fg = colors.base },
|
LeapLabelPrimary = { bg = colors.green, fg = colors.base },
|
||||||
LeapBackdrop = { link = "Comment" },
|
LeapBackdrop = { link = "Comment" },
|
||||||
|
|
||||||
|
["@lsp.typemod.variable.functionScope.cpp"] = { bold = true },
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue