trevor@lemmy.blahaj.zonetoProgramming@programming.dev•evil-helix: A super fast modal editor with Vim keybindingsEnglish
5·
7 months agoAs someone that never really clicked with Vim, but has been enjoying Helix, I’ve been looking for the opposite: something that makes Neovim follow the selection-action paradigm, along with all of the Helix keybindings.
Yeah. I hope as Helix grows more popular, our problems will solve themselves in both directions: where Helix can address them directly, and people start hacking Neovim to work more like it.
Out of curiosity: what issues with the LSP are you having and what distro do you run? I’ve found that most of my issues could be resolved by running Helix’s health checks and making sure that the binaries needed by the LSP are available in
$PATH
.Unfortunately, I did start having issues with Go where it seems like the LSP might be crashing and I’ve yet to resolve that one for myself.