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:Jump to 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...
8 Replies
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
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...
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. 👌
@Hildimar then this video should also work for you
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 ...
I didn't know he made that video, thanks again! 👍
If you want a one install setup I can recommend AstroNvim
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! 😃