helix-mods/helix-lsp
kyfanc fe869e5dc7
fix lsp config reload (#9415)
`syn_loader` was replaced rather than interior value being replace,
old value was still being referenced and not updated after `:config-refresh`.
By using `ArcSwap` like for `config`, each `.load()` call will return the most
updated value.

Co-authored-by: kyfan <kyfan@email>
2024-02-13 11:58:53 +01:00
..
src fix lsp config reload (#9415) 2024-02-13 11:58:53 +01:00
Cargo.toml fix lsp config reload (#9415) 2024-02-13 11:58:53 +01:00