diff options
| author | Mario <quiniasol@hotmail.com> | 2021-05-30 19:39:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-30 19:39:26 +0200 |
| commit | 8dc8ae9eabb0d292086279df6fa533b2c845c032 (patch) | |
| tree | 00e0f5f29e0a17bdd73e067616f3a631cbb06afd | |
| parent | Merge pull request #946 from stevelacy/rome-1 (diff) | |
| download | nvim-lspconfig-8dc8ae9eabb0d292086279df6fa533b2c845c032.tar nvim-lspconfig-8dc8ae9eabb0d292086279df6fa533b2c845c032.tar.gz nvim-lspconfig-8dc8ae9eabb0d292086279df6fa533b2c845c032.tar.bz2 nvim-lspconfig-8dc8ae9eabb0d292086279df6fa533b2c845c032.tar.lz nvim-lspconfig-8dc8ae9eabb0d292086279df6fa533b2c845c032.tar.xz nvim-lspconfig-8dc8ae9eabb0d292086279df6fa533b2c845c032.tar.zst nvim-lspconfig-8dc8ae9eabb0d292086279df6fa533b2c845c032.zip | |
Fix link for texlab
| -rw-r--r-- | lua/lspconfig/texlab.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/texlab.lua b/lua/lspconfig/texlab.lua index e0b9f04f..c849ffe7 100644 --- a/lua/lspconfig/texlab.lua +++ b/lua/lspconfig/texlab.lua @@ -98,7 +98,7 @@ https://github.com/latex-lsp/texlab A completion engine built from scratch for (La)TeX. -See https://github.com/latex-lsp/texlab/docs/options.md for configuration options. +See https://github.com/latex-lsp/texlab/blob/master/docs/options.md for configuration options. ]]; default_config = { root_dir = "vim's starting directory"; |
