I want a vi layer for helix. I don't want to have any vimrc configuration, just open my editor and have LSP and everything working immediately. I just can't figure out how to switch to helix keybindings.
The extensible vi layer for Emacs
21–30 of 104 posts
Re: The extensible vi layer for Emacs
#22Re: The extensible vi layer for Emacs
#23Re: The extensible vi layer for Emacs
#24Re: The extensible vi layer for Emacs
#25Earlier quoted context omitted.
NeoVim has got native LSP support, and works pretty well for me out-of-the-box for most languages. LSP servers need to be installed externally, but I hope they manage to bundle them somehow in the future. LunarVim already provides automatic LSP server installation.
Neovim also has a server mode that lets it be used to drive other editors, so you can get the best of both worlds.
Not all plugin work, mostly the esoteric ones that spawn many buffers etc, but all your motions etc work fine.
Personally I find vscodes text rendering not as nice as alacritty for what ever reason, otherwise I would probably use it as my primary interface.
Re: The extensible vi layer for Emacs
#26I used that settings for a few years, then tried to move entirely to vim, and now I'm very happy with vscode + vim. I like vim as a touch typer, I think it's a setting that minimize end motions. It's also very convenient in the terminal. On the other hand, I think it's not convenient as an IDE: too many shortcuts, clumsy integration with LSPs, especially when you need to work with different languages. For me it works…
NeoVim has got native LSP support, and works pretty well for me out-of-the-box for most languages. LSP servers need to be installed externally, but I hope they manage to bundle them somehow in the future. LunarVim already provides automatic LSP server installation.
Re: The extensible vi layer for Emacs
#27I used Evil for 5-6 years. Meow is another great modal system for Emacs.
Re: The extensible vi layer for Emacs
#28I've since switched to god-mode [0], which just turns emacs keybindings into modal ones. I find it works quite well. I think emacs keybindings are easier to remember but harder to use. Turning them modal solved that for me. (For example, Ctrl + F for forward, Ctrl + B for backward is easy to remember, but hjkl is right by your fingertips).
Side-note, it looks like god-mode was archived and then made part of the emacs orphanage. I started using it years after it was archived before it was part of the emacs orphanage. Noticed no issues, since again all it does is just make emacs keybindings modal.
Re: The extensible vi layer for Emacs
#29I want a vi layer for helix. I don't want to have any vimrc configuration, just open my editor and have LSP and everything working immediately. I just can't figure out how to switch to helix keybindings.
This switches most keybinds to be vi-like.