helix/helix-term/src
Michael Davis f32c05db85
Detect indent-style in `:set-language` (#3330)
Indent style may change when choosing a language with `:set-language`.
Line-endings most likely will not change, but `:set-language` should
have a similar effect as reloading a file (`:reload`), plus the two
are currently grouped in the implementation and line-ending detection
is not particularly expensive.
2022-08-05 09:11:31 +09:00
..
commands Detect indent-style in `:set-language` (#3330) 2022-08-05 09:11:31 +09:00
keymap jumplist picker (#3033) 2022-07-22 10:21:46 +09:00
ui Avoid copying fragments (#3136) 2022-08-04 14:44:43 +09:00
application.rs add a CLI flag for specifying config file location (#2666) 2022-08-04 13:05:52 +09:00
args.rs add a CLI flag for specifying config file location (#2666) 2022-08-04 13:05:52 +09:00
commands.rs Avoid copying fragments (#3136) 2022-08-04 14:44:43 +09:00
compositor.rs Add lsp signature help (#1755) 2022-07-19 11:28:24 +09:00
config.rs Move top level lsp config to editor.lsp (#1868) 2022-03-28 10:11:52 +09:00
health.rs clipboard: add logging and healthcheck (#3271) 2022-07-31 17:05:34 +09:00
job.rs fix(command): write-quit: do not quit if write fails 2022-06-18 23:57:47 -04:00
keymap.rs Reuse menu::Item trait in picker (#2814) 2022-07-02 13:21:27 +02:00
lib.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
main.rs add a CLI flag for specifying config file location (#2666) 2022-08-04 13:05:52 +09:00