• darkregn@beehaw.org
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        I share my dotfiles repo between my MacBook and Linux pc so anything that goes in there is run on both operating systems.

        • jim_stark@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Yep, that’s a good reason. I guess dot files should also be downloaded from github just like extensions. Makes this stuff a lot easier.

      • Dawid@mastodon.social
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        @jim_stark @ericjmorey personally, I’m using my neovim config on personal Mac, work Windows laptop, WSL on windows and few other Linux machines (both personal and work related). It’s at least 5 devices, each with different OS. If neovim would work differently on each of them and the environment wasn’t reproducible, I’d give up with neovim

  • darkregn@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    I’m looking at implementing lazy.nvim, the package manager, but not LazyVim. Personally I like to be in control of everything and LazyVim takes too much away from me.

    • tun@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I learn a lot about lazy.nvim reading LazyVim documentation and config.

      You can roll your own after reading the LazyVim, kickstart.nvim, astrovim, etc.

      With lazy.nvim, there is little magic in nvim distros.

      Astrovim community has many working config and you can reference them as a starter when you add new plugin to your config.

      • darkregn@beehaw.org
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 year ago

        Yes there is definitely a lot that can be learned from those different distributions. The community around them is a big plus. While I don’t use anything magical myself, I’m happy they exist for various reasons.

    • jellyfish@beehaw.org
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      One nice thing with lazyvim is there’s a single option to disable all the key bindings so you can map them yourself. I really like the set of plugins it comes with too, so I’ve been really happy with the distro so far.

      • darkregn@beehaw.org
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 year ago

        Yeah I like the set of plugins it comes with. It’s definitely a well curated distributions.

      • darkregn@beehaw.org
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        For me LazyVim is just magic I don’t want to learn, along with preferring to have explicit control of the whole setup. Also migrating to something else takes more effort going from one magic to another magic. I’ve just finished migrating from packer to lazy.nvim and I like that I still have all the git history in my plugin/* files.

        I’m very happy with my new “vanilla” lazy.nvim setup now.