helix-mods/helix-lsp
Pascal Kuthe a48d1a4abc
Prefer utf-8 over utf-32
Utf-8 support has been around for a while as an unstable feature but
utf-32 is fairly new. A bunch of LS (like rust-analyzer) added this in
a pinch, but it's pretty broken right now. The performance overhead is
not very large (still a lot better than utf-16). We can switch back
once the ecosystem has matured.
2023-03-31 15:19:32 +09:00
..
src Prefer utf-8 over utf-32 2023-03-31 15:19:32 +09:00
Cargo.toml implement proper lsp-workspace support 2023-03-29 12:57:30 +09:00