feat: feat: add comprehensive documentation for Neovim configuration project

Signed-off-by: juliano.barbosa <julianomb@gmail.com>
This commit is contained in:
Juliano Barbosa 2025-02-17 21:59:19 -03:00
parent 57f551ebd9
commit f8b3501df1
8 changed files with 727 additions and 0 deletions

View file

@ -0,0 +1,24 @@
# Project Overview: Neovim Configuration
## Purpose
This project is a personal Neovim configuration based on Kickstart.nvim framework, designed to provide a powerful yet maintainable development environment.
## Goals
1. Create a productive and efficient development environment
2. Maintain a clean and organized configuration structure
3. Support multiple programming languages
4. Provide essential IDE-like features through LSP integration
## Key Features
- LSP integration for multiple languages
- Fuzzy finding with Telescope
- Git integration
- Code formatting and linting
- Syntax highlighting with Treesitter
- Completion with nvim-cmp
## User Experience Goals
- Fast and responsive editing
- Intuitive keybindings
- Clear visual feedback
- Minimal configuration needed for basic use