• Nester@feddit.uk
    link
    fedilink
    English
    arrow-up
    4
    ·
    10 hours ago

    Personally, I love to tinker (especially on my main machine) so I don’t mind the complexities of setting up neovim. However, I do mess around with a bunch of servers, and I like to edit code on those servers, meaning I am often installing/compiling neovim and copying over my config before I can get to work.

    What I am liking about helix is the idea that its default setup has what I need to get started straight away.

    I am looking forward to giving helix a go.

    • fxomt@lemm.ee
      link
      fedilink
      English
      arrow-up
      3
      ·
      10 hours ago

      So do i :) but i think helix is especially powerful with nix, for example. instead of having 5 compilers, lsps and such installed, you can create a nix flake for your project and it’ll install all that stuff for you. But for neovim you’d have to manually configure those LSPs in your config, so it is kind of just pointless anyway. But helix automatically loads all your installed LSPs, no config required. I love that about it, but neovim has grown on me.

      Plus, helix’s keybinds are amazing, even better than neovims. God i miss it.