From 3ac01d9776aefd70563ced4e4744dff835a2b506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20L=C3=BCdecke?= Date: Mon, 18 Aug 2025 08:38:30 +0200 Subject: [PATCH] Enable more lsp --- lua/lsp.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lua/lsp.lua b/lua/lsp.lua index 263b15f..2e2bfc5 100644 --- a/lua/lsp.lua +++ b/lua/lsp.lua @@ -98,7 +98,10 @@ local enable_this_lsp = { 'bashls', 'html', 'lua_ls', - 'jsonls', + 'jsonls', -- arch extra: vscode-json-languageserver + 'kotlin_lsp', -- arch aur: kotlin-lsp-bin + 'lemminx', -- arch aur: lemminx + 'clangd', } for l in pairs(enable_this_lsp) do