kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

perf: replace Packer.nvim with Lazy.nvim

Open zirbest opened this issue 2 years ago • 1 comments

zirbest avatar Jan 02 '23 15:01 zirbest

for this case it's just better to use https://github.com/folke/LazyVim

ellisonleao avatar Jan 06 '23 17:01 ellisonleao

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

szechp avatar Feb 12 '23 10:02 szechp

But why?

mortezadadgar avatar Feb 12 '23 13:02 mortezadadgar

That would be a good enhancement

ubmit avatar Feb 13 '23 03:02 ubmit

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.

szechp avatar Feb 13 '23 07:02 szechp

Doing this in #178 thanks for the PR though! :)

tjdevries avatar Feb 15 '23 20:02 tjdevries