FULL COURSE HERE: https://learn.typecraft.dev/neovim-for-newbs/
🚨🚨🚨 DISCLAIMER 🚨🚨🚨
I incorrectly refer to lua tables as "tuples" in this video. For some reason my brain was stuck on the word "tuple". But really an object inside curly braces is called a "table" in lua. thanks!
🚨🚨 END DISCLAIMER 🚨🚨
neovim config for this episode: https://github.com/cpow/neovim-for-newbs
This is a course aimed at getting you from 0 to IDE in neovim, with a modern and awesome lua configuration from scratch. This is episode one of the "neovim for newbs" course. At the end of this video, you'll have your first init.lua file, a plugin manager, and a few plugins to get you started.
Subscribe to watch more!
chapters:
0:00 - intro
2:00 - installing neovim on mac os
2:50 - create our init.lua file
6:31 - install lazy.vim our package manager
9:00 - colorscheme (catppuccin)
11:35 - telescope.nvim
15:00 - Treesitter. what is it, how does it work?
18:49 - wrapping it up.