From 694ab9403062efd0b796ff3a0bd4b786ca6e8582 Mon Sep 17 00:00:00 2001 From: Viktor Hangya Date: Mon, 20 Feb 2023 09:38:19 +0100 Subject: fix(textlsp): docs table at wrong position (#2469) --- lua/lspconfig/server_configurations/textlsp.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lua') diff --git a/lua/lspconfig/server_configurations/textlsp.lua b/lua/lspconfig/server_configurations/textlsp.lua index 4ae1d4fa..2fb71731 100644 --- a/lua/lspconfig/server_configurations/textlsp.lua +++ b/lua/lspconfig/server_configurations/textlsp.lua @@ -39,8 +39,9 @@ return { }, }, }, - docs = { - description = [[ + }, + docs = { + description = [[ https://github.com/hangyav/textLSP `textLSP` is an LSP server for text spell and grammar checking with various AI tools. @@ -48,10 +49,9 @@ It supports multiple text file formats, such as LaTeX, Org or txt. For the available text analyzer tools and their configuration, see the [GitHub](https://github.com/hangyav/textLSP) page. By default, all analyzers are disabled in textLSP, since most of them need special settings. -For quick testing, LanguageTool is enabled in the default configuration. +For quick testing, LanguageTool is enabled in the default `nvim-lspconfig` configuration. To install run: `pip install textLSP` ]], - }, }, } -- cgit v1.2.3-70-g09d2