diff options
author | Brahmajit Das <listout@listout.xyz> | 2025-05-24 02:05:03 +0530 |
---|---|---|
committer | Brahmajit Das <listout@listout.xyz> | 2025-05-24 02:05:03 +0530 |
commit | a134f08854ee4684937f0deb4600fa76bff2c85c (patch) | |
tree | 3ca4ac98180ad05765c26b26ee360c3a147f5c3e /lua/plugins/lsp.lua | |
parent | 69e25c7c07e7f1d91377ec136d86ebb3c10bf7c8 (diff) |
nvim: lua: plugins: lsp: dont autostart clangd
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to 'lua/plugins/lsp.lua')
-rw-r--r-- | lua/plugins/lsp.lua | 3 |
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 |