Files
tjdevries__advent-of-nvim/README.md
2024-12-18 19:14:08 -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
- LSP Installation / Management
- Snippets
- text-objects: `mini.*`
- Tree-sitter: text-objects
- Language Configuration
- Clipboard
- Oil.nvim
- Already did a video: https://youtu.be/218PFRsvu2o?si=l8UFf2Z7YdUKU0KJ
- Not sure what else to say about it.