feat: added roo code

This commit is contained in:
juliano.barbosa 2025-02-11 18:54:27 -03:00
parent 6d71adbc45
commit 04b3252e24
No known key found for this signature in database
GPG key ID: EB8B440F57360B3D
7 changed files with 221 additions and 394 deletions

View file

@ -0,0 +1,17 @@
# 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
1. Maintain a working Neovim configuration with all core functionalities
2. Ensure proper runtime file accessibility and module loading
3. Support LSP functionality and diagnostic features
4. Keep plugin system (lazy.nvim) working efficiently
5. 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