You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
5 months ago
..
src fix lsp config reload (#9415) 5 months ago
tests fix lsp config reload (#9415) 5 months ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump unicode-segmentation from 1.10.1 to 1.11.0 (#9617) 5 months ago