diff options
| author | pseudometa <73286100+chrisgrieser@users.noreply.github.com> | 2023-12-19 06:56:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-19 13:56:48 +0800 |
| commit | da400062dd8498f893b278482199ed349a485183 (patch) | |
| tree | b6f7e338f4bf619bb64f444c610430b28c80603a /lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-da400062dd8498f893b278482199ed349a485183.tar nvim-lspconfig-da400062dd8498f893b278482199ed349a485183.tar.gz nvim-lspconfig-da400062dd8498f893b278482199ed349a485183.tar.bz2 nvim-lspconfig-da400062dd8498f893b278482199ed349a485183.tar.lz nvim-lspconfig-da400062dd8498f893b278482199ed349a485183.tar.xz nvim-lspconfig-da400062dd8498f893b278482199ed349a485183.tar.zst nvim-lspconfig-da400062dd8498f893b278482199ed349a485183.zip | |
fix(typos): typos root directory indicator (#2935)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/typos_lsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/server_configurations/typos_lsp.lua b/lua/lspconfig/server_configurations/typos_lsp.lua index 817ae72d..5bebe24f 100644 --- a/lua/lspconfig/server_configurations/typos_lsp.lua +++ b/lua/lspconfig/server_configurations/typos_lsp.lua @@ -4,7 +4,7 @@ return { default_config = { cmd = { 'typos-lsp' }, filetypes = { '*' }, - root_dir = util.root_pattern('typos.toml', '_typos.toml', '.typos.toml', '.git'), + root_dir = util.root_pattern('typos.toml', '_typos.toml', '.typos.toml'), single_file_support = true, settings = {}, }, |
