From a134f08854ee4684937f0deb4600fa76bff2c85c Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Sat, 24 May 2025 02:05:03 +0530 Subject: nvim: lua: plugins: lsp: dont autostart clangd Signed-off-by: Brahmajit Das --- lua/plugins/lsp.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index b581e9b..7a33ede 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -38,9 +38,6 @@ return { } }) lspconfig.lua_ls.setup {} - lspconfig.clangd.setup { - autostart = false, - } -- Use LspAttach autocommand to only map the following keys -- after the language server attaches to the current buffer -- cgit v1.2.3