I am actually a user of Evil, which provides vim keybindings in Emacs. I switched from vim to Emacs, because I wanted to use org-mode, but I prefer vim keybindings.
All I want is a performant and modern Emacs that has the same speed and startup time as neovim while not requiring the daemon, which also has the stability and capabilities of neovim (things like super easy language integration and lsp are a godsend)
Tweaking the init file goes a long way in speeding up Emacs init, you can change the GC threshold during initialisation, as well as only load a minimum amount of packages
I am actually a user of
Evil
, which providesvim
keybindings in Emacs. I switched from vim to Emacs, because I wanted to use org-mode, but I prefer vim keybindings.All I want is a performant and modern Emacs that has the same speed and startup time as neovim while not requiring the daemon, which also has the stability and capabilities of neovim (things like super easy language integration and lsp are a godsend)
Tweaking the init file goes a long way in speeding up Emacs init, you can change the GC threshold during initialisation, as well as only load a minimum amount of packages