it’s not worth the effort

    • lavafroth@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      9 months ago

      Helix is genuinely a great editor. Even the AppImage picks up LSP servers present on the system. If it works good enough for you, awesome! Don’t stop using it because someone sang praises of neovim.

    • Jelloeater@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      9 months ago

      I played around with it a little today, it’s actually really nice, I still suck at vim, but the menu popups make me happy. Reminds me of micro a little.

      • d_k_bo@feddit.de
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        9 months ago

        I recently noticed that micro is getting more powerful. It seems to have some LSP support now.

      • d_k_bo@feddit.de
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        No, there isn’t a plugin system. Things like LSP support are builtin and it uses external LSP server binaries that must be installed on your system.

  • 1984@lemmy.today
    link
    fedilink
    arrow-up
    32
    arrow-down
    2
    ·
    edit-2
    9 months ago

    It is like this in the beginning but you come out the other end actually knowing how to change your editor to be what you want.

    To me, neovim made it really fun to edit code again, and I spent months with it, learning lua from scratch, even wrote plugins for it that got popular.

    The shortcuts makes it really easy to jump around in code fast and all the different plugins feels like getting constant upgrades. :)

      • dukk@programming.dev
        link
        fedilink
        arrow-up
        5
        ·
        9 months ago

        IDK honestly hacked together a config over the weekend and have been using it for a couple months now. Definitely not perfect but it works pretty nicely. Occasionally use Helix as my backup editor, but eventually I just learned to live with my “good enough” config.

        (Seriously, a lot of configs are pretty bloated. Not every little thing really needs to be optimized…)

    • Drew Belloc@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      9 months ago

      I really want to go back to neovim just to create “my editor” on top of it from scratch, maybe by the end of the year

  • xmunk@sh.itjust.works
    link
    fedilink
    arrow-up
    21
    ·
    9 months ago

    That’s why I use emacs. It just works.

    (just kidding, I use nano because it’s “good enough”)

  • smik@discuss.tchncs.de
    link
    fedilink
    arrow-up
    13
    arrow-down
    2
    ·
    9 months ago

    Have you ever tried changing anything substantial in any other editor? It’s a nightmare if you want a custom experience.

  • tirohia@programming.dev
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    9 months ago

    I tried. Going through that loop convinced neovim is not an ide. It’s a means by which someone who wants to build an ide can build one.

    If you’re one of those people who doesn’t want to build an ide, like me, it’s not for you.