diff options
-rw-r--r-- | manifest.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index badc1da..a0a2c90 100644 --- a/manifest.json +++ b/manifest.json @@ -924,6 +924,20 @@ "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", "path": "plugins/macmodkeys.lua", |