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-plus/helix-term
Pascal Kuthe e83ce72240 refactor: don't deserialize &str from toml
The new version of the `toml` crate is based on `toml_edit` and does
not support zero copy deserialization anymore. So we need to deserialize
`String` instead of `&str` in the keympa
1 year ago
..
src refactor: don't deserialize &str from toml 1 year ago
tests Remove apply_transaction helper (#5598) 1 year ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump toml from 0.5.10 to 0.6.0 1 year ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago