Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir authored Nov 22, 2023
1 parent 191567c commit af496c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/typos_lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ return {
default_config = {
cmd = { 'typos-lsp' },
filetypes = { '*' },
root_dir = util.root_pattern(unpack(root_files)) or util.find_git_ancestor(),
root_dir = util.root_pattern('pyproject.toml', '.git'),
single_file_support = true,
settings = {},
},
Expand Down

0 comments on commit af496c8

Please sign in to comment.