helix
helix copied to clipboard
A post-modern modal text editor.
Since `jumplist_picker` doesn't update screen, we need to do one action to get the correct view. So I added 'align_view' to the callback like `jump_backward`.
## desc I tested on different files but it seems only works on [this one](https://fairygold.coding.net/p/banner/d/dyna-repo/git/tree/master/src/model.key) --- ## Reproduce 0. hx model.key 1. kkjkjkjkjjjj 2. :wq freeze. ---
Fixes visual discrepancy with a few themes by adding bufferline colors. There's one issue in a few commits where I've added `fg` to `ui.bufferline.background` where it was unnecessary. I only...
coming from my previous setup, the first indent guide are a bit distracting. Therefore the option to disable this current:  enabled:  my neovim config for comparison (using indent-blankline...
Reference: https://github.com/occivink/kakoune-vertical-selection
A couple of issues (#3383, #3897) have been opened around integration with taplo for TOML files related to Helix itself. It seems the root of this issue is that there...
#### Describe your feature request See [`context.vim`](https://github.com/wellle/context.vim) for yourself. I think we may achieve this using tree sitter. ![][scroll.gif] [scroll.gif]: https://raw.githubusercontent.com/wellle/images/master/context-scroll.gif May be built-in or provided by a plugin.
### Summary When selecting some text with the mouse, the message "yanked main selection to system clipboard" appears at the bottom, yet the clipboard does not seem to contain the...
Adds support for [Fennel](https://fennel-lang.org). Queries were converted from [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/fennel/highlights.scm), should I add a comment noting that?