add clang lsp
This commit is contained in:
parent
d77e901b9a
commit
0c8b62d25e
2
init.lua
2
init.lua
|
@ -578,7 +578,7 @@ require('lazy').setup({
|
||||||
--
|
--
|
||||||
-- But for many setups, the LSP (`tsserver`) will work just fine
|
-- But for many setups, the LSP (`tsserver`) will work just fine
|
||||||
tsserver = {},
|
tsserver = {},
|
||||||
|
clangd = {},
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
-- cmd = {...},
|
-- cmd = {...},
|
||||||
-- filetypes = { ...},
|
-- filetypes = { ...},
|
||||||
|
|
Loading…
Reference in New Issue