summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <listout@listout.xyz>2025-05-24 02:05:03 +0530
committerBrahmajit Das <listout@listout.xyz>2025-05-24 02:05:03 +0530
commita134f08854ee4684937f0deb4600fa76bff2c85c (patch)
tree3ca4ac98180ad05765c26b26ee360c3a147f5c3e
parent69e25c7c07e7f1d91377ec136d86ebb3c10bf7c8 (diff)
nvim: lua: plugins: lsp: dont autostart clangd
Signed-off-by: Brahmajit Das <listout@listout.xyz>
-rw-r--r--lua/plugins/lsp.lua3
1 files changed, 0 insertions, 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