Suggestions for a minimalist neovim settings?

I am starting to use neovim and I would like some suggestions about the basic plugins and settings I should have (let's say to code on a T3 stack). I just want what I will be using and nothing more: as simple as possible but with what brings the most value for productivity and DX. Thanks! 😁
Solution:
TJ DeVries
YouTube
Effective Neovim: Instant IDE
Going from no set up to instant IDE using kickstart.nvim in #nvim. Check out the repo: https://github.com/nvim-lua/kickstart.nvim PDE Video: https://youtu.be/QMVIJhC9Veg Twitch We're always live streamin on twitch!Twitch : https://twitch.tv/teej_dv Discord: https://discord.gg/h2yeg4wrSK Links Twitch: https://twitch.tv/teej_dv Twitter...
Jump to solution
8 Replies
Neto
Neto12mo ago
GitHub
GitHub - nvim-lua/kickstart.nvim: A launch point for your personal ...
A launch point for your personal nvim configuration - GitHub - nvim-lua/kickstart.nvim: A launch point for your personal nvim configuration
Solution
Neto
Neto12mo ago
TJ DeVries
YouTube
Effective Neovim: Instant IDE
Going from no set up to instant IDE using kickstart.nvim in #nvim. Check out the repo: https://github.com/nvim-lua/kickstart.nvim PDE Video: https://youtu.be/QMVIJhC9Veg Twitch We're always live streamin on twitch!Twitch : https://twitch.tv/teej_dv Discord: https://discord.gg/h2yeg4wrSK Links Twitch: https://twitch.tv/teej_dv Twitter...
Benjamin
Benjamin12mo ago
Thanks! I'll look into that! My goal is to start from a naked config and gradually add what I want/need while understanding what it does exactly. 👌
Neto
Neto12mo ago
@Hildimar then this video should also work for you
Neto
Neto12mo ago
ThePrimeagen
YouTube
0 to LSP : Neovim RC From Scratch
I setup the entire neovim experience from nothing to LSP! REPO: https://github.com/ThePrimeagen/init.lua chapters 00:00 Introduction 00:35 Init.lua - Your First Files 02:23 The First Remap 03:43 Plugin Manager and Fuzzy Finder 07:07 Colorscheme 09:08 Treesitter 13:30 3 Must Have Plugins 18:06 LSP Setup 21:33 Editor Settings 24:24 THE BEST ...
Benjamin
Benjamin12mo ago
I didn't know he made that video, thanks again! 👍
Alex
Alex12mo ago
If you want a one install setup I can recommend AstroNvim
Benjamin
Benjamin12mo ago
I prefer to do it myself and understand all the steps, but thanks 😉 That's amazing, those videos are exactly what I was looking for! Thank you! 😃