aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/textlsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/textlsp.lua')
-rw-r--r--lsp/textlsp.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/textlsp.lua b/lsp/textlsp.lua
index 5a95a0ed..56bd251c 100644
--- a/lsp/textlsp.lua
+++ b/lsp/textlsp.lua
@@ -10,6 +10,7 @@
--- For quick testing, LanguageTool is enabled in the default `nvim-lspconfig` configuration.
---
--- To install run: `pip install textLSP`
+---@type vim.lsp.Config
return {
cmd = { 'textlsp' },
filetypes = { 'text', 'tex', 'org' },