Neovim Config
Lua Neovim
View on GitHub
My Neovim Configuration
Neovim is my text editor of choice, and this project is my personal Lua-based configuration that enhances its capabilities with a carefully curated selection of plugins and settings. The goal is to create a fast, efficient, and highly customizable development environment tailored to my workflow.
Features & Plugins
- LSP (Language Server Protocol) – Provides intelligent code navigation, autocompletion, and diagnostics for multiple programming languages.
- Completion – Powered by
nvim-cmp
, ensuring smooth and context-aware autocompletion. - Telescope – A powerful fuzzy finder for searching files, buffers, and symbols with blazing speed.
- Formatting Tools – Includes auto-formatting via
null-ls
and integration with Prettier, Black, and other formatters. - Copilot – GitHub Copilot integration for AI-assisted code suggestions.
- Lazy Plugin Manager – Efficient, lazy-loading plugin management with
lazy.nvim
to keep startup times minimal. - Custom Keybindings – Streamlined key mappings for rapid navigation and execution of commands.
- UI Enhancements – Aesthetically refined with themes, status bars, and smooth animations.
Why Neovim?
Neovim provides the perfect balance between power and flexibility, allowing deep customization without unnecessary bloat. This configuration ensures a smooth developer experience with modern IDE-like features while maintaining Neovim’s speed and minimalism.
🔗 Full plugin list and setup instructions available on GitHub