helix-mods/helix-term/src
Yusuf Bera Ertan dc57f8dc89
feat: merge default languages.toml with user provided languages.toml, add a generic TOML value merge function (#654)
* feat: merge default languages.toml with user provided languages.toml

* refactor: use catch-all to override all other values for merge toml

* tests: add a test case for merging languages configs

* refactor: change test module name
2021-08-27 00:29:14 +09:00
..
ui Move path util functions from helix-term to helix-core (#650) 2021-08-25 10:04:05 +09:00
application.rs feat: merge default languages.toml with user provided languages.toml, add a generic TOML value merge function (#654) 2021-08-27 00:29:14 +09:00
args.rs Address nightly clippy warnings 2021-06-27 13:27:47 +09:00
commands.rs Change vsp to vs (#647) 2021-08-27 00:20:37 +09:00
compositor.rs Show file preview in split pane in fuzzy finder (#534) 2021-08-12 16:00:42 +09:00
config.rs config: Rename [terminal] to [editor] and pass it into Editor 2021-08-08 14:10:01 +09:00
job.rs fix: Temporary fix for #402 2021-07-03 12:30:13 +09:00
keymap.rs Refactor infobox rendering and parsing (#579) 2021-08-17 09:25:48 +09:00
lib.rs Remove #[allow(unused)] from helix-term, and fix unused imports. 2021-07-01 19:06:52 -07:00
main.rs Fix previous broken refactor key into helix-view 2021-06-25 00:39:03 +09:00