first videos

This commit is contained in:
TJ DeVries
2024-12-01 03:17:38 -05:00
commit db9e81a764
4 changed files with 83 additions and 0 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
# Advent of `nvim`
25 Mini Lessons to get started with Neovim.
- We'll build a working configuration that resembles kickstart.nvim, but we'll do it completely from scratch.
- Install Neovim and Open (with some reasons why)
- Tutor / Modal Editing
- Lua Configuration (Options / Keymaps)
- Plugin Manager
- `tree-sitter`, Colorschemes, and `statusline`
- LSP (Keymaps and Settings)
- LSP Installation / Management
- Snippets
- Autoformat
- Autocomplete
- Telescope
- Quickfix: `:cdo` and others
- Oil.nvim
- text-objects: `mini.*`
- Tree-sitter: text-objects
- Language Configuration
- Window Navigation
- Clipboard
- Terminal (Escape, Floating, Usages)
- Advanced Telescope: multi-ripgrep