enable clangd lsp
This commit is contained in:
parent
21eaea08dd
commit
7a938b5ddf
2
init.lua
2
init.lua
|
@ -607,7 +607,7 @@ require('lazy').setup({
|
|||
-- - settings (table): Override the default settings passed when initializing the server.
|
||||
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
|
||||
local servers = {
|
||||
-- clangd = {},
|
||||
clangd = {},
|
||||
-- gopls = {},
|
||||
-- pyright = {},
|
||||
-- rust_analyzer = {},
|
||||
|
|
Loading…
Reference in New Issue