diff options
Diffstat (limited to '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 |