Feat: support cpp
add support for cpp development
This commit is contained in:
parent
f3d42a4b75
commit
6321909afb
3 changed files with 57 additions and 30 deletions
7
lua/custom/plugins/clangd.lua
Normal file
7
lua/custom/plugins/clangd.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
{ 'p00f/clangd_extensions.nvim', lazy = true },
|
||||
{
|
||||
'Civitasv/cmake-tools.nvim',
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue