typos_lsp (potentially others): ignores root dir, when single_file_support = true
#3201
Labels
bug
Something isn't working
single_file_support = true
#3201
Description
When I open a file with
typos_lsp
set up for it,typos_lsp
always starts in single file mode, even thoughroot_dir
returns a file path. I can only gettypos_lsp
to run with aroot_dir
, when I explicitly setsingle_file_support
tofalse
.I only realized this, because
typos_lsp
does not take its config file into account, when it runs in single file mode.The text was updated successfully, but these errors were encountered: