Initial Commit
This commit is contained in:
commit
18da9560c6
31 changed files with 769 additions and 0 deletions
6
lua/lsp/clangd.lua
Normal file
6
lua/lsp/clangd.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
cmd = {
|
||||
"clangd",
|
||||
"-experimental-modules-support",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue