diff options
| author | ayhon <43295942+ayhon@users.noreply.github.com> | 2022-10-30 12:03:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-30 04:03:09 -0700 |
| commit | dc59932ff9174e83c8caf07db6f5205aafe9c32d (patch) | |
| tree | 81ae71aefc185f94406db3342dcd7d9a4450b2d4 /lua/lspconfig/server_configurations/texlab.lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-dc59932ff9174e83c8caf07db6f5205aafe9c32d.tar nvim-lspconfig-dc59932ff9174e83c8caf07db6f5205aafe9c32d.tar.gz nvim-lspconfig-dc59932ff9174e83c8caf07db6f5205aafe9c32d.tar.bz2 nvim-lspconfig-dc59932ff9174e83c8caf07db6f5205aafe9c32d.tar.lz nvim-lspconfig-dc59932ff9174e83c8caf07db6f5205aafe9c32d.tar.xz nvim-lspconfig-dc59932ff9174e83c8caf07db6f5205aafe9c32d.tar.zst nvim-lspconfig-dc59932ff9174e83c8caf07db6f5205aafe9c32d.zip | |
fix: dead link in "texlab" description #2222
`texlab` changed where they store their documentation. Since https://github.com/latex-lsp/texlab/commit/d03e350679dfdbbd0d25e3c28131c4b2677789cf they store that information in their GitHub wiki
Diffstat (limited to 'lua/lspconfig/server_configurations/texlab.lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/texlab.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/server_configurations/texlab.lua b/lua/lspconfig/server_configurations/texlab.lua index ba5b16f8..6eb9d99a 100644 --- a/lua/lspconfig/server_configurations/texlab.lua +++ b/lua/lspconfig/server_configurations/texlab.lua @@ -120,7 +120,7 @@ https://github.com/latex-lsp/texlab A completion engine built from scratch for (La)TeX. -See https://github.com/latex-lsp/texlab/blob/master/docs/options.md for configuration options. +See https://github.com/latex-lsp/texlab/wiki/Configuration for configuration options. ]], }, } |
