From 7067668501be63ae3a3d14dc2d7e75a251189018 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 19 Mar 2023 15:36:38 -0400 Subject: Add in LSP server pre-fabs. (#226) * Added in lsp servers. * Reworded things. * Shhh. --- manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index badc1da..a0a2c90 100644 --- a/manifest.json +++ b/manifest.json @@ -923,6 +923,20 @@ "mod_version": "3", "id": "lspkind" }, + { + "description": "Automatic configuration/binary download for LSP completion for C/C++ with clangd.", + "version": "0.1", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:3be577fb8aaada3b88e2779ec56cfbbb48eea9c7", + "mod_version": "3", + "id": "lsp_c" + }, + { + "description": "Automatic configuration/binary download for LSP completion for Lua with sumneko.", + "version": "0.1", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:3be577fb8aaada3b88e2779ec56cfbbb48eea9c7", + "mod_version": "3", + "id": "lsp_lua" + }, { "description": "Remaps mac modkeys `command/option` to `ctrl/alt`", "version": "0.1", -- cgit v1.2.3