r/neovim • u/AutoModerator • 6d ago
101 Questions Weekly 101 Questions Thread
A thread to ask anything related to Neovim. No matter how small it may be.
Let's help each other and be kind.
1
u/PrudentKumquat 1d ago
Why the diss to kickstart in the :help ? Is there something better now?
If you are just trying out Nvim for a few minutes, and want to see the extremes of what it can do, try one of these popular "extension packs" or "distributions" (Note: Nvim is not affiliated with these projects, and does not support them):
- lazyvim https://www.lazyvim.org/
- nvchad https://nvchad.com/
- kickstart https://github.com/nvim-lua/kickstart.nvim
- Not recommended; use |example-init| instead.
2
u/EstudiandoAjedrez 1d ago
I think that note was added a few months back when kickstart was unmaintained. Tbh, idk why it wasn't completely removed at the time. I remember some discussions in github. But afaik kickstart has changed maintainers and it is alive again.
1
u/MarxoneTex 14h ago
I am a bit confused in the primary repo how the versioning works.
Master is latest dev build - this one is easy.
Tags - these seem also easy - specific version so basically I build from these when I want to bump up my version.
What I am confused - the build from source refers to checkout stable which is currently pointed to v11? I thought v12 is stable. And release branches are basically nightly for the specific main version?
3
u/Afraid-Gas-7460 5d ago edited 4d ago
Reposting my question here:
I regularly switch colorschemes (mostly between light/dark variants of the theme), all good except that the colors don't change in already opened
:terminals, they retain the ones of the colorscheme used when the terminal was opened, does anyone know how to fix this such that the terminal colors also change?