ensure mason installs clangd for lsp integration

This commit is contained in:
Gered 2024-09-04 12:19:37 -04:00
parent afa89e69b1
commit 3d6473e82a

View file

@ -168,10 +168,7 @@ return {
-- - 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 = {},
-- gopls = {},
-- pyright = {},
-- rust_analyzer = {},
clangd = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
--
-- Some languages (like typescript) have entire language plugins that can be useful: