diff options
| author | Dylan Barker <[email protected]> | 2021-07-26 23:11:34 +0100 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-26 22:11:34 +0000 | 
| commit | 79ff1548dd74f5cb7297a9f0e08e50a4531458b5 (patch) | |
| tree | 3fb60ffbb692b5005c4c78fc0dcd9846355fd2af | |
| parent | 273fdedf32987913c7281181dcc0d85f005cc81b (diff) | |
correct spelling (chktex) (#1126)
| -rw-r--r-- | lua/default-config.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lua/default-config.lua b/lua/default-config.lua index 6509c7da..0cd4639c 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -769,7 +769,7 @@ lvim.lang = {        args = {},        stdin = false,      }, -    linters = { "chketx" }, +    linters = { "chktex" },      lsp = {        provider = "texlab",        setup = { | 
