Neovim Troubleshooting
Plugin Issues
Plugins Not Loading
# Check plugin status:Lazy
# Reinstall all plugins:Lazy clean:Lazy sync
# Check for errors:messages:checkhealth lazyLSP Not Working
# Check LSP status:LspInfo
# Install language servers:Mason
# Restart LSP:LspRestart
# Check logs:LspLogTreesitter Errors
# Update parsers:TSUpdate
# Check status:checkhealth nvim-treesitter
# Reinstall specific parser:TSInstall pythonConfiguration Issues
Startup Errors
# Verbose outputnvim --startuptime startup.log
# Check errors:messages
# Test minimal confignvim --cleanKey Bindings Not Working
# Check mappings:map:nmap:imap
# Test specific mapping:verbose map <leader>ac