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 ?

    • Netux
      link
      fedilink
      arrow-up
      1
      ·
      2 年前

      It’s built into neovim now I think.

  • zylaniDel@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    2 年前

    Well, I was using nvim, until I had to start working on some legacy servers at work, which only have an old version of vim

    • aeroevan
      link
      fedilink
      arrow-up
      3
      ·
      2 年前

      I copy over the nvim.appimage places where I need to do real editing on remote machines

      • umbraklat
        link
        fedilink
        arrow-up
        1
        ·
        2 年前

        I did not know you could do that! I work on several hosts that do not allow me to install (via their package manager) software, but if all I have to do is scp an appimage file and run it, then that problem may be solved!

  • alpharius
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    2 年前

    bouncing around the few thousand nodes split between prem and in a cloud I’m stuck with the standard vim that ships with rhel

  • Ænðr
    link
    fedilink
    arrow-up
    2
    ·
    2 年前

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

    • Netux
      link
      fedilink
      arrow-up
      3
      ·
      2 年前

      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 年前

      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 年前

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

  • suprjami
    link
    fedilink
    arrow-up
    2
    ·
    2 年前

    I had moved to Neovim but kept my config and plugins in Vimscript “just in case”.

    Then Neovim dropped cscope which is my primary use for Vim, so I came back to regular Vim.

  • LoopedNetwork
    link
    fedilink
    arrow-up
    1
    ·
    2 年前

    I’m a recent (within the past year) Neovim convert as well. As others have mentioned, the language server support and ability to use Lua for my configs were the big draws. I’m also a sucker for a good theme (something I swap out on the regular) and ran into a few that require Lua, meaning they can only be used with Neovim.

  • lonlazarus
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 年前

    I use vim daily for my software engineering job. I love its versatility, availability, and keyboard focus. But I’m a bit stuck as far as learning new commands, I probably should push through some new vim learnings to streamline stuff I do regularly.