Hello,
is it possible to configure the offset_enconding for ruff in neovim?
Background:
by default ruff has configured utf-8, when you use it together with pyright which is default to utf-16 neovim will produce a warning:
warning: multiple different client offset_encodings detected for buffer, this is not supported yet
Hello,
is it possible to configure the
offset_encondingfor ruff in neovim?Background:
by default ruff has configured
utf-8, when you use it together withpyrightwhich is default toutf-16neovim will produce a warning: