[LSP] clangd - Support LspInstall clangd. (#171)

This commit is contained in:
James Walmsley 2021-03-27 17:00:28 +00:00 committed by GitHub
parent 42638f6061
commit 871b0fef2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
require'lspconfig'.clangd.setup{
cmd = {DATA_PATH .. "/lspinstall/clangd/clangd_11.0.0/bin/clangd"},
on_attach = require'lsp'.common_on_attach
}