From ab4d2839f779e5bbec5e04b547c4ff87b5864162 Mon Sep 17 00:00:00 2001 From: Eduardo Cueto-Mendoza Date: Fri, 21 Jul 2023 12:57:50 +0100 Subject: [PATCH] C LSP --- after/plugin/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/after/plugin/lsp.lua b/after/plugin/lsp.lua index 0bb86ac..27eea07 100644 --- a/after/plugin/lsp.lua +++ b/after/plugin/lsp.lua @@ -8,6 +8,7 @@ end) lsp.ensure_installed({ -- Replace these with whatever servers you want to install 'bashls', + 'clangd', 'julials', 'lua_ls', 'ltex',