Enable clangd

This commit is contained in:
Andreas Bitzilis 2024-08-22 08:22:48 +02:00
parent e8a5f2e023
commit 7710014679
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,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 = {},
markdown_oxide = {},