[LSP] clangd - Add support for C/C++ with clangd. (#169)

This commit is contained in:
James Walmsley 2021-03-26 17:11:13 +00:00 committed by GitHub
parent d231232f87
commit d7f7db5ad0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

3
lua/lsp/clangd.lua Normal file
View file

@ -0,0 +1,3 @@
require'lspconfig'.clangd.setup{
on_attach = require'lsp'.common_on_attach
}