A walkthrough of my Neovim setup — lazy-loaded plugins, fuzzy finding, LSP that just works, and a transparent Rose Pine theme. No 2000-line configs here.
Looks nice. One thing I noticed is lsp-zero. Starting from v0.11 you don’t need that anymore. VonHeikemen (the developer of lsp-zero) even says that on the Github page and has some links how to migrate to the native lsp commands of Neovim. Maybe an excuse for you to tweak your config ;)
I haven’t looked at the integrated package manager yet so I don’t know much about the details. Things like lazy loading is a big deal for some people. I am not sure if and how well that is supported by the native one.
Looks nice. One thing I noticed is lsp-zero. Starting from v0.11 you don’t need that anymore. VonHeikemen (the developer of lsp-zero) even says that on the Github page and has some links how to migrate to the native lsp commands of Neovim. Maybe an excuse for you to tweak your config ;)
That and I think nvim 12 will make Last.vim obsolete.
You mean Lazy
I typed Lazy but my autocorrect didn’t agree.
I haven’t looked at the integrated package manager yet so I don’t know much about the details. Things like lazy loading is a big deal for some people. I am not sure if and how well that is supported by the native one.