We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2509f commit 541f3a2Copy full SHA for 541f3a2
lua/lspconfig/configs/lsp_ai.lua
@@ -12,8 +12,7 @@ return {
12
},
13
14
docs = {
15
- description = {
16
- [[
+ description = [[
17
https://github.com/SilasMarvin/lsp-ai
18
19
LSP-AI is an open source language server that serves as a backend for AI-powered functionality in your favorite code
@@ -24,6 +23,5 @@ You will need to provide configuration for the inference backends and models you
24
23
completion/code actions. See the [wiki docs](https://github.com/SilasMarvin/lsp-ai/wiki/Configuration) and
25
[examples](https://github.com/SilasMarvin/lsp-ai/blob/main/examples/nvim) for more information.
26
]],
27
- },
28
29
}
0 commit comments