LazyVim/lua/plugins/cpp.lua

8 lines
174 B
Lua
Raw Normal View History

2023-10-03 19:23:26 +02:00
return {
{
"Badhi/nvim-treesitter-cpp-tools",
cmd = { "TSCppDefineClassFunc", "TSCppMakeConcreteClass", "TSCppRuleOf3", "TSCppRuleOf5" },
config = true,
},
}