Feat: support cpp

add support for cpp development
This commit is contained in:
flea 2024-02-19 16:45:42 +08:00
parent f3d42a4b75
commit 6321909afb
3 changed files with 57 additions and 30 deletions

View file

@ -0,0 +1,7 @@
return {
{ 'p00f/clangd_extensions.nvim', lazy = true },
{
'Civitasv/cmake-tools.nvim',
opts = {},
},
}