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-term
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 Add glob file type support (#8006) 5 months ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump toml from 0.7.6 to 0.8.10 (#9539) 5 months ago
build.rs Add icon to Windows executable (#9104) 5 months ago