NEOVIM_DEEP_DIVE_LEARNING_PROJECTS - Expanded Projects

This folder contains expanded, standalone project guides for each project in NEOVIM_DEEP_DIVE_LEARNING_PROJECTS.md. Each file is written as a deep-dive, book-style guide with theory, architecture, implementation phases, testing, and extensions.

Project Index

  1. P01 - Build a Modal Text Editor in C
  2. P02 - Build a Neovim Focus Mode Plugin
  3. P03 - Build a Neovim GUI Client
  4. P04 - Build a Tree-sitter Grammar
  5. P05 - Build an LSP Server
  6. P06 - Build “Neovim Lite” (Capstone)