aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin Horstman <khaneliman12@gmail.com>2024-10-16 00:12:04 -0500
committerGitHub <noreply@github.com>2024-10-16 13:12:04 +0800
commit541f3a2781de481bb84883889e4d9f0904250a56 (patch)
tree6ed7cbd895a43b606cccfff5fb5c15da5240fe82
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-541f3a2781de481bb84883889e4d9f0904250a56.tar
nvim-lspconfig-541f3a2781de481bb84883889e4d9f0904250a56.tar.gz
nvim-lspconfig-541f3a2781de481bb84883889e4d9f0904250a56.tar.bz2
nvim-lspconfig-541f3a2781de481bb84883889e4d9f0904250a56.tar.lz
nvim-lspconfig-541f3a2781de481bb84883889e4d9f0904250a56.tar.xz
nvim-lspconfig-541f3a2781de481bb84883889e4d9f0904250a56.tar.zst
nvim-lspconfig-541f3a2781de481bb84883889e4d9f0904250a56.zip
docs(lsp_ai): description string instead of table (#3374)
Follow suit of other descriptions that are just strings
-rw-r--r--lua/lspconfig/configs/lsp_ai.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/lua/lspconfig/configs/lsp_ai.lua b/lua/lspconfig/configs/lsp_ai.lua
index 49747095..00fe270f 100644
--- a/lua/lspconfig/configs/lsp_ai.lua
+++ b/lua/lspconfig/configs/lsp_ai.lua
@@ -12,8 +12,7 @@ return {
},
},
docs = {
- description = {
- [[
+ description = [[
https://github.com/SilasMarvin/lsp-ai
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
completion/code actions. See the [wiki docs](https://github.com/SilasMarvin/lsp-ai/wiki/Configuration) and
[examples](https://github.com/SilasMarvin/lsp-ai/blob/main/examples/nvim) for more information.
]],
- },
},
}