helix/helix-core/tests
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
..
data/indent Run indentation tests on a part of the Helix source code. 2023-08-11 23:44:02 +09:00
indent.rs fix lsp config reload (#9415) 2024-02-13 11:58:53 +01:00