kickstart.nvim
kickstart.nvim copied to clipboard
perf: replace Packer.nvim with Lazy.nvim
for this case it's just better to use https://github.com/folke/LazyVim
for this case it's just better to use https://github.com/folke/LazyVim
Hm, that's what he did, he replaced packer with lazy. Did you mean using the preconfigured lazyvim? That's a good idea, but the preconfigured lazyvim has a quite different keymap configuration. Since I'm used to kick-starts keymappings, I think it would be really useful to port kickstart from packer to lazyvim.
Edit: sorry I got lazyvim and lazy.nvim mixed up. But my argument still stands, people that are used to kickstarts keymapping would appreciate a port to lazy.nvim
But why?
That would be a good enhancement
But why?
Lazyvim is great, but it's a little bit more bloated than kickstart. Also if you are used to the few keymappings kickstart has, lazyvim is quite different. That's why it would be cool to have kickstart with lazy.nvim as a plugin manager.
Doing this in #178 thanks for the PR though! :)