enable clangd lsp

This commit is contained in:
Jack Jarosz 2024-08-26 10:45:04 -04:00
parent 21eaea08dd
commit 7a938b5ddf
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ require('lazy').setup({
-- - settings (table): Override the default settings passed when initializing the server. -- - 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/ -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
local servers = { local servers = {
-- clangd = {}, clangd = {},
-- gopls = {}, -- gopls = {},
-- pyright = {}, -- pyright = {},
-- rust_analyzer = {}, -- rust_analyzer = {},