853 B
853 B
Project Brief: Neovim Configuration
Overview
This project involves managing and troubleshooting a Neovim configuration based on the Kickstart.nvim template. The configuration aims to provide a modern, feature-rich editing environment with proper LSP integration, syntax highlighting, and various quality-of-life improvements.
Core Requirements
- Maintain a working Neovim configuration with all core functionalities
- Ensure proper runtime file accessibility and module loading
- Support LSP functionality and diagnostic features
- Keep plugin system (lazy.nvim) working efficiently
- Provide clear error handling and troubleshooting capabilities
Goals
- Resolve current runtime file location issues
- Ensure diagnostic module functionality
- Maintain plugin compatibility and performance
- Keep configuration organized and documented