• For me, LazyVim has been the easiest to config my own way of all the configuration setups. I’ve used many of the other ones, and they all felt so hard to make a change with them. LazyVim just works and is easy to add to and change things around.

    • I had the same personal experience (compared to spacevim, doomvim and lunarvim). I just want something feature rich working out of the box, like many other IDEs… With easy access to keyboard shortcut hints. And I want to be able to customize without breaking it. So far, I have been using doom emacs. The reason is that vim didn’t have a curated set of plugins that I could tinker with without being frustrated. Again, this was my personal experience with it over the years. I just kept ‘raw’ vim, and used many other CLI tools around it (e.g. lazygit, a python REPL, etc.)

      I never picked up any of these languages to be honest… I mean, vimscript or Lua.

      Maybe if I had, my experience would have been another. I know many people that know basic vimscript prefer to have ‘vanilla’ config, sometimes not even using vimplug or pkg managers. And they got along better than I did with my empty vimrc ;)

      • 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.

    • 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.

    •  tun   ( @tun@lemm.ee ) 
      link
      fedilink
      111 months 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.

      • 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.