diff options
Diffstat (limited to 'lsp/lsp_ai.lua')
| -rw-r--r-- | lsp/lsp_ai.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/lsp_ai.lua b/lsp/lsp_ai.lua index cf005f59..2b85edaf 100644 --- a/lsp/lsp_ai.lua +++ b/lsp/lsp_ai.lua @@ -9,6 +9,7 @@ --- You will need to provide configuration for the inference backends and models you want to use, as well as configure --- 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. +---@type vim.lsp.Config return { cmd = { 'lsp-ai' }, filetypes = {}, |
