From 330868c88d8f2c1dc482760176592d1e22723fdd Mon Sep 17 00:00:00 2001 From: anth64 Date: Tue, 7 Nov 2023 22:45:00 -0500 Subject: [PATCH] Removed clangd. --- after/plugin/lsp.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/after/plugin/lsp.lua b/after/plugin/lsp.lua index 6fa5295..15e74e8 100644 --- a/after/plugin/lsp.lua +++ b/after/plugin/lsp.lua @@ -6,7 +6,6 @@ lsp.setup_servers({ 'eslint', 'rust_analyzer', 'ccls', - 'clangd', 'java_language_server', 'lua_ls' })