Initial commit
This commit is contained in:
commit
209ba130c0
4852 changed files with 1517959 additions and 0 deletions
19
.config/lite-xl/plugins/lsp/manifest.json
Normal file
19
.config/lite-xl/plugins/lsp/manifest.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"addons": [
|
||||
{
|
||||
"id": "lsp",
|
||||
"name": "Language Server Protocol",
|
||||
"description": "Provides intellisense by leveraging the LSP protocol.",
|
||||
"version": "0.8",
|
||||
"mod_version": "3",
|
||||
"dependencies": {
|
||||
"widget": { "version": ">=0.1" },
|
||||
"lintplus": { "version": ">=0.2", "optional": true },
|
||||
"lsp_snippets": { "optional": true }
|
||||
},
|
||||
"tags": [
|
||||
"language server protocol"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue