blob: 4821b64dc83b00e381fc4d8798aa04ab762432ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "local-lsp",
"owner": {
"name": "tvanbesi"
},
"plugins": [
{
"name": "lua-lsp-local",
"source": "./plugins/lua-lsp-local",
"description": "lua-language-server rooted at the Neovim config, with the Neovim runtime as library"
}
]
}
|