Skip to content

Commit eefe4bd

Browse files
committed
Enable clangd
1 parent 776272c commit eefe4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plugins/nvim-lspconfig.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ return { -- LSP Configuration & Plugins
155155
-- - settings (table): Override the default settings passed when initializing the server.
156156
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
157157
local servers = {
158-
-- clangd = {},
158+
clangd = {},
159159
-- gopls = {},
160160
pyright = {
161161
-- NOTE: Required Pyright to be installed.

0 commit comments

Comments
 (0)