From 0c8b62d25e295e392362963f9aeb9f573e89183f Mon Sep 17 00:00:00 2001 From: Schistos Date: Mon, 17 Jun 2024 14:17:34 +0300 Subject: [PATCH] add clang lsp --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 5828c496..dc05c6c0 100644 --- a/init.lua +++ b/init.lua @@ -578,7 +578,7 @@ require('lazy').setup({ -- -- But for many setups, the LSP (`tsserver`) will work just fine tsserver = {}, - + clangd = {}, lua_ls = { -- cmd = {...}, -- filetypes = { ...},