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/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
2 years ago
..
commands Add workspace and document diagnostics picker (#2013) 2 years ago
keymap Add workspace and document diagnostics picker (#2013) 2 years ago
ui Add mode specific styles (#2676) 2 years ago
application.rs Add workspace and document diagnostics picker (#2013) 2 years ago
args.rs Add refresh-config and open-config command (#1803) 2 years ago
commands.rs Add workspace and document diagnostics picker (#2013) 2 years ago
compositor.rs use test terminal backend for integration tests 2 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 2 years ago
health.rs fix: do not color health summary when stdout is piped (#2836) 2 years ago
job.rs fix(command): write-quit: do not quit if write fails 2 years ago
keymap.rs Improve Readability (#2639) 2 years ago
lib.rs Add refresh-config and open-config command (#1803) 2 years ago
main.rs use main application event loop 2 years ago