diff options
author | Adam <adamdharrison@gmail.com> | 2023-03-19 15:36:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-19 20:36:38 +0100 |
commit | 7067668501be63ae3a3d14dc2d7e75a251189018 (patch) | |
tree | 77f860880c5b4452e8a85a9cbf0f161b449e65b6 | |
parent | 98c2317ebd32f80d378830d7047371fd50c476c0 (diff) | |
download | lite-xl-plugins-7067668501be63ae3a3d14dc2d7e75a251189018.tar.gz lite-xl-plugins-7067668501be63ae3a3d14dc2d7e75a251189018.zip |
Add in LSP server pre-fabs. (#226)
* Added in lsp servers.
* Reworded things.
* Shhh.
-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", |