From 541f3a2781de481bb84883889e4d9f0904250a56 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 16 Oct 2024 00:12:04 -0500 Subject: docs(lsp_ai): description string instead of table (#3374) Follow suit of other descriptions that are just strings --- lua/lspconfig/configs/lsp_ai.lua | 4 +--- 1 file changed, 1 insertion(+), 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. ]], - }, }, } -- cgit v1.2.3-70-g09d2