

Just to add to it, there’s a thin wrapper around it called zpack that’s basically a drop-in replacement for lazy.
I’m not the dev, but I’ve migrated from lazy to it without much of a hassle, and the performance seems to be on par. I did encounter a bug, but the dev was quick to fix it. Just wanted to give them a shout-out.












I’ve been thinking about moving away from
nvim-treesitterfor this. There seem to be some alternatives already, liketree-sitter-manager. Or I can probably just get it to work without any plugins.The only thing that I’m worried about are the features provided by
nvim-treesitter-textobjects. Has anyone been able to replicate those in nativeneovim, or even using some other plugin that’s not dependent onnvim-treesitter?Edit: There seems to be some interesting recent development.