diff options
| author | Sergey Alexandrov <alexandrov88@gmail.com> | 2024-02-16 07:02:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-16 14:02:03 +0800 |
| commit | e2703aeb315010cba31b77585b7ffada4a8399e9 (patch) | |
| tree | 36dd9d6a7eecc03c00bc58bc2cc59f3ceb2749db /lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-e2703aeb315010cba31b77585b7ffada4a8399e9.tar nvim-lspconfig-e2703aeb315010cba31b77585b7ffada4a8399e9.tar.gz nvim-lspconfig-e2703aeb315010cba31b77585b7ffada4a8399e9.tar.bz2 nvim-lspconfig-e2703aeb315010cba31b77585b7ffada4a8399e9.tar.lz nvim-lspconfig-e2703aeb315010cba31b77585b7ffada4a8399e9.tar.xz nvim-lspconfig-e2703aeb315010cba31b77585b7ffada4a8399e9.tar.zst nvim-lspconfig-e2703aeb315010cba31b77585b7ffada4a8399e9.zip | |
fix(typos_lsp): update repository url (#3012)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/typos_lsp.lua | 4 |
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 ]], }, } |
