diff options
Diffstat (limited to 'lsp')
| -rw-r--r-- | lsp/typos_lsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/typos_lsp.lua b/lsp/typos_lsp.lua index 2b2ffa5f..0be3b6de 100644 --- a/lsp/typos_lsp.lua +++ b/lsp/typos_lsp.lua @@ -8,6 +8,6 @@ -- on GitHub: https://github.com/tekumara/typos-lsp/releases return { cmd = { 'typos-lsp' }, - root_markers = { 'typos.toml', '_typos.toml', '.typos.toml' }, + root_markers = { 'typos.toml', '_typos.toml', '.typos.toml', 'pyproject.toml', 'Cargo.toml' }, settings = {}, } |
