helix
helix copied to clipboard
A post-modern modal text editor.
### Summary Many code actions, and code lenses are not available compared to other text editors. In this [gist](https://gist.github.com/0rphee/a76874d6b496c88f4d611fb093aa99f0) two functions with multiple code actions available in Kakoune and VS...
This will likely require us to refactor the current syntax highlighting system to accommodate other syntax highlighting methods.
Reference: https://vimhelp.org/various.txt.html#ga
Most commands that accept an argument show their current value if no argument is specified. The `:theme` command previously displayed an error message in the status bar if not provided...
Resolves #3857 When quitting with modified documents, automatically switch focus to one of them.
#### Describe your feature request I would like to have something similar to `:tabe` on vim / neovim as it happens to be an important part of my workflow.
Currently, the HighlightEvent merge function overlays spans (`Vec` on an Iterator of HighlightEvent. The current merge doesn't handle overlapping spans well though, specifically with LSP diagnostics: * diagnostic ranges may...
Fixes #3655 Not sure about the logging or the actual timeout duration, please advise. I want to test this on my work pc tomorrow because that's where it was failing,...
### Summary I have a `.helix/languages.toml` in a project. Since a few days ago, I my LSP config has been wonky. I found out looking at the logs it's because...
Resolves #3705 Currently very much WIP.