aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorViktor Hangya <hangyav@gmail.com>2023-02-20 09:38:19 +0100
committerGitHub <noreply@github.com>2023-02-20 16:38:19 +0800
commit694ab9403062efd0b796ff3a0bd4b786ca6e8582 (patch)
tree6726d9ed9116d8f6b47be17a234dd19685e47876 /lua
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-694ab9403062efd0b796ff3a0bd4b786ca6e8582.tar
nvim-lspconfig-694ab9403062efd0b796ff3a0bd4b786ca6e8582.tar.gz
nvim-lspconfig-694ab9403062efd0b796ff3a0bd4b786ca6e8582.tar.bz2
nvim-lspconfig-694ab9403062efd0b796ff3a0bd4b786ca6e8582.tar.lz
nvim-lspconfig-694ab9403062efd0b796ff3a0bd4b786ca6e8582.tar.xz
nvim-lspconfig-694ab9403062efd0b796ff3a0bd4b786ca6e8582.tar.zst
nvim-lspconfig-694ab9403062efd0b796ff3a0bd4b786ca6e8582.zip
fix(textlsp): docs table at wrong position (#2469)
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/server_configurations/textlsp.lua8
1 files changed, 4 insertions, 4 deletions
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`
]],
- },
},
}