aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/server_configurations/typos_lsp.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lspconfig/server_configurations/typos_lsp.lua b/lua/lspconfig/server_configurations/typos_lsp.lua
index 5bebe24f..e5cca497 100644
--- a/lua/lspconfig/server_configurations/typos_lsp.lua
+++ b/lua/lspconfig/server_configurations/typos_lsp.lua
@@ -11,11 +11,11 @@ return {
docs = {
description = [[
https://github.com/crate-ci/typos
-https://github.com/tekumara/typos-vscode
+https://github.com/tekumara/typos-lsp
A Language Server Protocol implementation for Typos, a low false-positive
source code spell checker, written in Rust. Download it from the releases page
-on GitHub: https://github.com/tekumara/typos-vscode/releases
+on GitHub: https://github.com/tekumara/typos-lsp/releases
]],
},
}