• TxzK
    link
    fedilink
    arrow-up
    7
    ·
    5 hours ago

    I know plenty of people that use vim/neovim for web development. I am also one of them

    • moreeni@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      3 hours ago

      Woah, that’s pretty cool! i installed an extension for vim keybindings inside VS Code recently, as I find them very powerful. Unfortunately, I rely on VSC’s plugin ecosystem and thus can’t fully switch over to neovim, but I’ve liked it so far for everything else I do on my system, like writing bash scripts.

      • MajorHavoc@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        2 hours ago

        If you’re feeling bold, check out the NeoVim VSCode plugin. It’s delightful.

        It’s essentially the VSCode remote plugin, but connecting to the NeoVim back-end.

        It gives all the functionality of NeoVim along with all the functionality of VSCode.

        Also, annecdotaly, it’s substantially faster than the VSVim plugin.

        • moreeni@lemm.ee
          link
          fedilink
          arrow-up
          1
          ·
          58 minutes ago

          I’ve had issues with that one because I’m using VS Codium flatpak. I’ve exposed system binaries and the extension found the nvim binary, yet it kept erroring out with the message that Nvim was disconnected. VSVim is better in that regard for my case, because it is a stand-alone extension.