The death of Bram Moolenaar, Vim founder and benevolent dictator for life (BDFL), in 2023 sent a shock through the community, and raised concern about the future of the project. At VimConf 2024 in November, current Vim maintainer Christian Brabandt delivered a keynote on “the new Vim project" that detailed how the community has reorganized itself to continue maintaining Vim and what the future looks like.

    • @PushButton
      link
      152 days ago

      For some reasons, each time I try neovim I go back to vim due to the performance.

      And each time I am retrying, the worse it is.

      What’s the real benefits of neovim I ask myself? I got a fast editor and I am not a “plugin addict”. I got my editor and all what I really want is edit text…

      • @Static_Rocket
        link
        English
        102 days ago

        I’m the same way. Honestly I just like the built in terminal emulator for those few times I forget to open tmux first. Not a fan of the lua integration. Makes the initial startup slower for my config.

        • @[email protected]
          link
          fedilink
          616 hours ago

          Some features/plugins can be quite taxing on the system and in extreme cases it can slow the editor down to the point of being unusable. I’m a happy Neovim user with a LazyVim setup, but I experience this extreme slowdown for some JSON files and I haven’t looked into it yet to see what causes it.

          You can let your editor do the same compute intensive or memory hogging things that a GUI editor does. The fact that it runs in your terminal doesn’t make it lightweight by definition.

    • @[email protected]
      link
      fedilink
      71 day ago

      Nah, neovim made too many breaking changes and prioritizes the wrong things. I’d much rather the spirit of vim continue, albeit with a better organizational structure.

      • @nialv7
        link
        719 hours ago

        Curious: what are the wrong things it had prioritised?