UPDATED init.lua to enable clang C++ LSP functionality

This commit is contained in:
Nikolas (Daniel) Vincenti 2025-04-17 23:00:04 +02:00
parent fed96c7c52
commit 8240e23320
2 changed files with 24 additions and 1 deletions

View file

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