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@lemmy.world
    link
    fedilink
    arrow-up
    15
    ·
    2 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@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      ·
      2 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.

      • oktoberpaard@feddit.nl
        link
        fedilink
        arrow-up
        6
        ·
        16 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.