helix/helix-term/src
Gokul Soumya 2b0835b295
Refactor :set to parse by deserializing values (#1799)
* Refactor :set to parse by deserializing values

* Implement serialize for idle_timeout config
2022-03-15 17:04:22 +09:00
..
commands Refactor :set to parse by deserializing values (#1799) 2022-03-15 17:04:22 +09:00
ui Handle panic on move within empty picker (#1786) 2022-03-14 11:46:23 +09:00
application.rs migrate grammar fetching/building code into helix-loader crate 2022-03-10 17:31:57 +09:00
args.rs rename '--fetch/build-grammars' flags into '--grammar fetch/build' 2022-03-10 17:31:57 +09:00
commands.rs Add horizontal and vertical split scratch buffers (#1763) 2022-03-14 11:47:52 +09:00
compositor.rs Fix bug with auto replacing components in compositor (#1711) 2022-03-03 10:14:50 +09:00
config.rs Put some tests behind #[cfg(test)] (#1459) 2022-01-09 00:32:50 +09:00
health.rs migrate grammar fetching/building code into helix-loader crate 2022-03-10 17:31:57 +09:00
job.rs Don't use block_on in jobs.finish(), we can .await 2022-02-05 15:05:19 +09:00
keymap.rs Add horizontal and vertical split scratch buffers (#1763) 2022-03-14 11:47:52 +09:00
lib.rs migrate grammar fetching/building code into helix-loader crate 2022-03-10 17:31:57 +09:00
main.rs fix '--grammar' flag in help text (#1784) 2022-03-10 22:33:51 +09:00