mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 15:19:26 +02:00
[LSP] clangd - Add support for C/C++ with clangd. (#169)
This commit is contained in:
parent
d231232f87
commit
d7f7db5ad0
2 changed files with 4 additions and 0 deletions
3
lua/lsp/clangd.lua
Normal file
3
lua/lsp/clangd.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
require'lspconfig'.clangd.setup{
|
||||
on_attach = require'lsp'.common_on_attach
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue