Wow, I’m surprised that there is not a single post in here yet. Let’s this to be the first one. I’m using NeoVIM tbh but we all know where we came from, right ?

  • Ænðr
    link
    fedilink
    arrow-up
    2
    ·
    2 years ago

    I’ve been a vim user for years. What’s the benefit of using Neovim?

    • Netux
      link
      fedilink
      arrow-up
      3
      ·
      2 years ago

      Async, so a few things don’t block. If you have a plugging manager that updates, you can work while it does its thing. Clipboard is set up by default. The big thing was the code itself was refractored so more than just Bram can work on it.

    • aeroevan
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      Having language server support built in ir nice, and using lua as a plugin/configuration language is pretty nice (but I haven’t looked at the new vim9 script stuff)

      • DammNOP
        link
        fedilink
        arrow-up
        2
        ·
        2 years ago

        yes, I think you’ve listed all major benefits here :-).