Skip to content

Commit

Permalink
docs(lsp_ai): description string instead of table (#3374)
Browse files Browse the repository at this point in the history
Follow suit of other descriptions that are just strings
  • Loading branch information
khaneliman authored Oct 16, 2024
1 parent 9b2509f commit 541f3a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/lspconfig/configs/lsp_ai.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
]],
},
},
}

0 comments on commit 541f3a2

Please sign in to comment.