Skip to content

Commit 996dc5e

Browse files
enabled clangd
1 parent 674d500 commit 996dc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/sld/lazy.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ require('lazy').setup({
453453
-- - settings (table): Override the default settings passed when initializing the server.
454454
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
455455
local servers = {
456-
-- clangd = {},
456+
clangd = {},
457457
-- gopls = {},
458458
-- pyright = {},
459459
-- rust_analyzer = {},

0 commit comments

Comments
 (0)