Skip to content
Snippets Groups Projects
Commit c9895b85 authored by iliya's avatar iliya
Browse files

added clangd_extensiosn

parent f5691931
No related branches found
No related tags found
No related merge requests found
......@@ -229,5 +229,36 @@ return {
}
end,
dependencies = { { 'nvim-tree/nvim-web-devicons' } }
},
{
"p00f/clangd_extensions.nvim",
-- lazy = true,
config = function() end,
opts = {
inlay_hints = {
inline = true,
},
ast = {
--These require codicons (https://github.com/microsoft/vscode-codicons)
role_icons = {
type = "",
declaration = "",
expression = "",
specifier = "",
statement = "",
["template argument"] = "",
},
kind_icons = {
Compound = "",
Recovery = "",
TranslationUnit = "",
PackExpansion = "",
TemplateTypeParm = "",
TemplateTemplateParm = "",
TemplateParamObject = "",
},
},
},
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment