• Pfnic@feddit.ch
    link
    fedilink
    arrow-up
    192
    arrow-down
    1
    ·
    4 months ago

    How is a MacOS only editor without extensions going to gain enough traction to be widely adopted?

    • th3raid0r@tucson.social
      link
      fedilink
      arrow-up
      120
      arrow-down
      2
      ·
      4 months ago

      No kidding. One of the YouTubers I followed was really shilling Zed editor. He didn’t seem to mention that it was Mac only.

      Well, I guess it’s back to neovim on kiTTY terminal for me.

      Sometimes I swear Mac based developers think the world revolves around them.

      • NovaPrime@lemmy.ml
        link
        fedilink
        arrow-up
        49
        arrow-down
        2
        ·
        edit-2
        4 months ago

        You’re already on a superior editor friend. Don’t fall for the propaganda of lesser tools (that of course being anything not neovim)

        • th3raid0r@tucson.social
          link
          fedilink
          arrow-up
          34
          ·
          4 months ago

          Eeeehhhh, I was kinda jealous of one of my coworkers Doom Emacs setup. He had automated like 80% of his own job with it. Still haven’t bothered to try to learn it myself. One of these days…

          • hackris@lemmy.ml
            link
            fedilink
            arrow-up
            20
            ·
            4 months ago

            What did they automate? I’m trying to get some ideas for my Neov… uhhhh… Emacs with evil-mode setup.

            • th3raid0r@tucson.social
              link
              fedilink
              arrow-up
              22
              arrow-down
              1
              ·
              edit-2
              4 months ago

              He did this thing where he unified his shell history across thousands of hosts - it was super handy given our extensive use of Ansible playbooks and database managment commands. He could then use a couple hotkeys to query this history within a new open document. Super handy for writing out shell command steps or wrapping things in a bash script you’re working on. Unfortunately I don’t really have a link to HOW to do this, I just remember thinking “Oh my god, that would save me SO much time”.

              Nowadays, I just have this giant document with hundreds of our runbook commands and enable Github Copilot to make it SUPER easy to do the same thing without establishing an SSH session in the backend.

              • hackris@lemmy.ml
                link
                fedilink
                arrow-up
                11
                ·
                4 months ago

                Wow, that’s super useful! I don’t have thousands of hosts, but even with a dozen, it would save me so much time. Why have I never thought of doing this? Thanks for the idea! (now I just need a few lonely evenings configuring the thing)

          • aoidenpa@lemmy.world
            link
            fedilink
            arrow-up
            6
            ·
            4 months ago

            I returned to emacs yesterday after using vscode out of laziness. I set up doom emacs and got everything I needed. Now typing is fun again. Actually before that tried neovim for the first time. I can’t do modal. Makes me very uncomfortable.

              • aoidenpa@lemmy.world
                link
                fedilink
                arrow-up
                1
                ·
                4 months ago

                In vi for example you switch between modes. In insert mode you can insert text and in normal mode you can move around and do many other actions to edit. Getting used to this takes time and I don’t have the energy for now.

      • AVincentInSpace@pawb.social
        link
        fedilink
        English
        arrow-up
        12
        ·
        edit-2
        4 months ago

        If you’re a fan of neovim I’d like to take this opportunity to give Neovide a shout. It’s essentially a purpose built terminal emulator that can only run Neovim and has some fun extensions with that in mind, like the ability to configure font, window size, fullscreen, window opacity etc. using Vim commands, implement sub-character scrolling, let Neovim floating windows have transparency, and have fun little animations when the cursor moves. It also has support for all the modern terminal emulation essentials like truecolor, ligatures, and emoji. https://neovide.dev/

        • th3raid0r@tucson.social
          link
          fedilink
          arrow-up
          4
          ·
          4 months ago

          I’ve tried it before, it’s fine but had issues running on wayland last I tried. Did they fix the wayland issues? Looking at the issue tracker it seems like there are still a few open Wayland issues.

          kiTTY by contrast has had Wayland support for about as long as I’ve used it.

          • AVincentInSpace@pawb.social
            link
            fedilink
            English
            arrow-up
            2
            ·
            4 months ago

            I’ve been using it exclusively with Wayland for about a year now and I’ve yet to have any issues. YMMV however.

      • magikmw@lemm.ee
        link
        fedilink
        arrow-up
        5
        arrow-down
        2
        ·
        4 months ago

        Macheads don’t mention other platforms, because why would you use anything else?

    • xlash123@sh.itjust.works
      link
      fedilink
      arrow-up
      18
      ·
      4 months ago

      They are tracking support for other OSes, and I took a look at the Linux roadmap, and they’ve made some good headway from the last time I looked. I would use it for its UI performance. I don’t like how everything these days use Electron. It also supports Language Server Protocol, so adding extensions for languages should be fairly simple for the community to do. The multiple collaboration seems cool too, although I think most devs would seldom use it.

      • fidodo@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        4 months ago

        When I need performance I just use sublime text. I wish I could have stuck with sublime text, but vs code just had too many extensions I needed.

      • Ethan@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 months ago

        VSCode has tons of features that save a lot of time. Unless Zed manages to get close to feature parity, I don’t see how it can complete from a productivity point of view. VSCode’s UI performance isn’t stellar but it’s not nearly bad enough to counteract the productivity boost I get from its features.

    • kazaika@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      4 months ago

      Only if they actually port it which is what they claim they will do but until then not at all

    • GissaMittJobb@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      4 months ago

      Based on their FAQ, they are not shooting for widespread adoption yet. Extension support and multi-platform appears to be on the roadmap.

      Fwiw, I like a lot of the ideas behind the editor, and long-term I might consider it a viable option for some of my work.

    • tiny@midwest.social
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 months ago

      They can implement lsp support, sshfs, and it already has multiple themes which would work for me after it gets ported to linux