helix icon indicating copy to clipboard operation
helix copied to clipboard

A post-modern modal text editor.

Results 1421 helix issues
Sort by recently updated
recently updated
newest added

PR as a workaround for #3967

C-bug
A-helix-term
S-waiting-on-review

Here's my attempt at an helix version for: https://github.com/rebelot/kanagawa.nvim ![image](https://user-images.githubusercontent.com/1857826/196000729-51e84c38-e52e-45a4-aef1-66e078677300.png)

A-theme
S-waiting-on-review

I really like the colored mode indicator in the statusline toggled by `editor.color-mode`. I am desiring a similar option for coloring the cursor block according to the mode (i.e. `editor.cursor-color-mode`)....

C-enhancement

I was trying to set up the debugger for Javascript/Typescript and found this pull #574 and the example using the vscode debugger. Still, when I wanted to do it I...

Hidden behind the `select_textobject_inner` and `select_textobject_around` menu are very useful selection options. However they cannot be directly bound to keys currently. You can only bring up the `select_textobject_inner` popup and...

A-helix-term
S-waiting-on-review

*Note:* This PR is ~rough~ proof of concept. I am completely fine if the final decision is _not_ to include this in the core. (although I believe it fits well...

C-enhancement
A-tree-sitter
A-gui
S-waiting-on-review
S-needs-discussion

Language Servers may signal that they do not support a method in the initialization result (server capabilities). We can check these when making LSP requests and hint in the status...

A-language-server
S-waiting-on-review

By default Godot 3 uses port 6008, but this will be changed to 6005 in Godot 4. Launch command copied from https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/server_configurations/gdscript.lua Users who use Godot 4 right now need...

S-waiting-on-review

Implements #4102. Currently, I have selected Shift+Up and Shift+Down to scroll up and down the preview respectively, since those keybindings were available and seemed intuitive to me. Closes #4102

A-helix-term
S-waiting-on-review