Skip to content

Commit

Permalink
docs(lsp_ai): fix docs not rendering properly (neovim#3364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robzz authored Oct 11, 2024
1 parent ff69ecc commit c358084
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/lspconfig/configs/lsp_ai.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ return {
},
},
docs = {
[[
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 @@ -23,5 +24,6 @@ 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 c358084

Please sign in to comment.