helix/helix-core
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
tests fix lsp config reload (#9415) 2024-02-13 11:58:53 +01:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml build(deps): bump unicode-segmentation from 1.10.1 to 1.11.0 (#9617) 2024-02-13 09:57:37 +09:00