helix/helix-term/src
Mathspy d06800f1dd
Add mode specific styles (#2676)
* Add mode specific styles

In similar vein to neovim's lualine and similar statusline packages this
allows helix users to style their mode based on which mode it is thus
making each mode more visually distinct at a glance

* Add an example based on rosepine

* Add editor.colors-mode config

* Document statusline mode styles
2022-06-30 18:26:00 +09:00
..
commands Add workspace and document diagnostics picker (#2013) 2022-06-30 18:16:18 +09:00
keymap Add workspace and document diagnostics picker (#2013) 2022-06-30 18:16:18 +09:00
ui Add mode specific styles (#2676) 2022-06-30 18:26:00 +09:00
application.rs Add workspace and document diagnostics picker (#2013) 2022-06-30 18:16:18 +09:00
args.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
commands.rs Add workspace and document diagnostics picker (#2013) 2022-06-30 18:16:18 +09:00
compositor.rs use test terminal backend for integration tests 2022-06-18 23:57:47 -04:00
config.rs Move top level lsp config to editor.lsp (#1868) 2022-03-28 10:11:52 +09:00
health.rs fix: do not color health summary when stdout is piped (#2836) 2022-06-20 17:07:32 +02:00
job.rs fix(command): write-quit: do not quit if write fails 2022-06-18 23:57:47 -04:00
keymap.rs Improve Readability (#2639) 2022-06-01 12:01:37 -05:00
lib.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
main.rs use main application event loop 2022-06-18 23:54:03 -04:00