1 file + 31 − 0 Side-by-side Compare changes Side-by-side Inline Show whitespace changes Files 1 lua/plugins.lua +31 −0 Original line number Original line Diff line number Diff line Loading @@ -229,5 +229,36 @@ return { } } end, end, dependencies = { { 'nvim-tree/nvim-web-devicons' } } 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 = "", }, }, }, } } } }
lua/plugins.lua +31 −0 Original line number Original line Diff line number Diff line Loading @@ -229,5 +229,36 @@ return { } } end, end, dependencies = { { 'nvim-tree/nvim-web-devicons' } } 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 = "", }, }, }, } } } }