Skip to content

Commit 541f3a2

Browse files
authored
docs(lsp_ai): description string instead of table (#3374)
Follow suit of other descriptions that are just strings
1 parent 9b2509f commit 541f3a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lua/lspconfig/configs/lsp_ai.lua

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ return {
1212
},
1313
},
1414
docs = {
15-
description = {
16-
[[
15+
description = [[
1716
https://github.com/SilasMarvin/lsp-ai
1817
1918
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
2423
completion/code actions. See the [wiki docs](https://github.com/SilasMarvin/lsp-ai/wiki/Configuration) and
2524
[examples](https://github.com/SilasMarvin/lsp-ai/blob/main/examples/nvim) for more information.
2625
]],
27-
},
2826
},
2927
}

0 commit comments

Comments
 (0)