• 1 Post
  • 9 Comments
Joined 1 month ago
cake
Cake day: August 24th, 2025

help-circle
  • Neovim is the way and here’s imo why:

    • Vim keybinds: yes, we take more time editing then actually writing text/code so it’s faster to use a modal text editor, you just have to learn it a bit at the start. Vim language is easy, you just tell it what you want it to do (ie. diw: delete inner word, ciw: change inner word etc.)
    • highly customisable, even if you don’t want to cherry pick your plugins and choose a config, there are many out of the box configured (lazyvvim comes to mind but there are many)
    • if you’re a developer you can find plugins for everything you need, debugger, lsp, autocompletion etc.