A comprehensive guide for working with this modular, performance-optimized Neovim configuration built on lazy.nvim.
| Plugin Manager | lazy.nvim | | Total Plugins | 82 | | Target Startup | <50ms | | Module Pattern | M.setup() | | Leader Key | |
| lazy = true | Default, load on demand | Most plugins | | event = "VeryLazy" | After UI loads | UI enhancements | | event = "BufReadPre" | When opening files | Treesitter, gitsigns | | event = "InsertEnter" | When typing | Completion, autopairs | | cmd = "CommandName" | On command invocation | Heavy tools |
Guida completa per questa configurazione Neovim: un IDE basato su Lua modulare e ottimizzato per le prestazioni. Da utilizzare durante la configurazione di plug-in, l'aggiunta di combinazioni di tasti, l'impostazione di server LSP, il debug o l'estensione della configurazione. Copre lazy.nvim, oltre 82 plugin in 9 categorie, debug DAP, integrazioni AI e ottimizzazione delle prestazioni. Fonte: julianobarbosa/claude-code-skills.