Alexander Brevig
Alexander Brevig
Seems to me this would also set any opened documents to change the mode? Say if you `gd` to another file? Apologies if I did not read it correctly on...
Try navigating to a new file. Use `f` or `gd` on a symbol. The new file is also insert mode. EDIT: granted, you found a bug in my POC implementation...
> This simple change makes it possible to set the default editing mode for newly opened editors to something other than normal mode. I really don't understand the use case...
As a new user (not that many days ago) my knee jerk reaction to not seeing color modes after enabling it made me think it was a bug with Helix....
Meybe this should be under the `statusline` key? As I understand it, this only affects the rendered output in the statusline. Right?
Here's a version that falls back to use the scope identifier if no LSP is provided. Since Rust has an LSP then `rust` will stay as `rust`. Since `markdown` has...
Ready for your wise eyes again @the-mikedavis (tests and lints pass now)
Thanks for all the amazing feedback @the-mikedavis! I think all of them are in now. Looking forward to hopefully get this merged so I can get back to `master` :)
> Alright, one last nit from me sweat_smile > > In some places we have `enable_suspend` and in other `suspend_enabled`. Since there isn't anything to do in order to enable...
Thanks for the review and input @kirawi! I've fixed the requested changes (an embarrassing reminder that late night sessions may lead to weird things...) and fixed clippy lint errors locally.