From 22f991885a96cafe890ef3457e4a22af8935e560 Mon Sep 17 00:00:00 2001 From: Sergey Alexandrov Date: Thu, 15 Feb 2024 15:55:23 +0100 Subject: [PATCH] fix(typos_lsp): update repository url --- lua/lspconfig/server_configurations/typos_lsp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/lspconfig/server_configurations/typos_lsp.lua b/lua/lspconfig/server_configurations/typos_lsp.lua index 5bebe24fb3..e5cca497bb 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 ]], }, }