-
Here’s how I recommend you go: 1. Start with kickstart.nvim TJ has a great video explaining the repo. 2. I recommend you watch this video by ThePrimeagen to learn how to structure your config. 3. As stated by others, use awesome-neovim to look up features that kickstart.nvim doesn’t come out of the box with and add it to your config.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Here’s how I recommend you go: 1. Start with kickstart.nvim TJ has a great video explaining the repo. 2. I recommend you watch this video by ThePrimeagen to learn how to structure your config. 3. As stated by others, use awesome-neovim to look up features that kickstart.nvim doesn’t come out of the box with and add it to your config.
-
nvim-treesitter-context implements "sticky scroll" where, depending on where your cursor is placed, the top lines of your window will be replaced by the otherwise offscreen lines that declare what function you're in (e.g function test(...), the line that begins the current class (e.g. public class Student implements Person {), the variable name of the current table (e.g. local planets = {), etc.
-
Try AstroNvim it is very good if you don't want to configure anything by your self. Or There are so many configuration videos on YouTube you xab watch them and config your Neovim according to your need. I personally liked video of chris@machine series "Neovim from scratch" it explains everything and then you can configure accordingly.Neovim from scratch . Also refer some people's config on GitHub to get better ideas. Mine is dotfiles
-
https://github.com/Usuim/Usuim maybe my configuration can help you
-
I like Leap