Files
tjdevries__advent-of-nvim/README.md
TJ DeVries 13d4ec68a2 MOUSE LOL
2024-12-20 10:54:05 -05:00

34 lines
1.1 KiB
Markdown

# Advent of `nvim`
Check the config in: `./nvim/`
- This should be versioned roughly by day, so you can go back and check how each day was made.
- You likely could copy this into `~/.config/` to get the same config as in the video, but I make no guarantees about that.
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.
- [x] Install Neovim and Open (with some reasons why)
- [x] Tutor / Modal Editing
- [x] Lua Configuration (Options / Keymaps)
- [x] Plugin Manager
- [x] Filetype configuration
- `tree-sitter`
- [x] LSP (Keymaps and Settings)
- [x] Autoformat
- [x] Telescope
- [x] Advanced Telescope: multi-ripgrep
- [x] Window Navigation
- [x] Quickfix: `:cdo` and others
- [x] Terminal (Escape, Floating, Usages)
- [x] Autocomplete
- [x] Oil.nvim
- Longer video: https://youtu.be/218PFRsvu2o?si=l8UFf2Z7YdUKU0KJ
- [x] Mouse Menu LOL
- LSP Installation / Management
- Snippets
- text-objects: `mini.*`
- Tree-sitter: text-objects
- Language Configuration
- Clipboard