claudedwithlove
explore/my-nvim

my-nvim

Crafted

A modular Neovim configuration written in Lua that integrates popular development plugins including LSP support, fuzzy finding, git integration, and code completion. Designed for developers who want a pre-configured editor setup that can be easily customized through Lua configuration files.

·0··submitted April 17, 2026
View on GitHub
Clauded With Love Rating
5.7 / 10

This is a personal Neovim configuration built with Lua that integrates 20+ popular plugins including LSP, Telescope, and Treesitter for a complete development environment. It provides a well-curated plugin selection with organized keymaps for window management, file exploration, and common editing tasks.

Code Quality6.5
Usefulness7.5
Claude Usage5.0
Documentation6.0
Originality3.5
Highlights
  • Comprehensive plugin selection covering all major development needs (LSP, fuzzy finding, git integration, formatting)
  • Clean keymap organization with logical groupings for general navigation, window management, and tabs
  • Uses modern Neovim practices with Lazy.nvim plugin manager and proper NVIM_APPNAME setup for isolated configuration
To Improve
  • Add actual Lua configuration files to the repository instead of just listing plugins in the README
  • Include language-specific LSP setup examples and formatter configurations to demonstrate practical usage