FULL COURSE HERE: https://learn.typecraft.dev/neovim-for-newbs/
Follow along here!: https://github.com/cpow/neovim-for-newbs/
In this video, I want to show you how to make a beautiful and asthetic neovim configuration with lazy.nvim and lua modules. This is the second episode in my free course on neovim configuration. In this episode we:
1. install neo-tree
2. break out our init.lua into plugins.lua
3. modularize our config by making every plugin have their own module
4. add lualine to show off how easy adding a new neovim plugin is with this setup.
I hope you enjoy, and thanks nerds!
chatpers:
0:00 - intro
1:35 - title
1:50 - break up our neovim config. install neo-tree
5:23 - move plugins table to plugins.lua
7:00 - break up configs into their own modules
15:18 - add a new plugin to show off the config extensibility
17:42 - wrapping it up