helix
helix copied to clipboard
A post-modern modal text editor.
PR as a workaround for #3967
Here's my attempt at an helix version for: https://github.com/rebelot/kanagawa.nvim 
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`)....
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...
*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...
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...
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...
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