### TL;DR
Cleaned up the Neovim configuration by removing unused plugins and updating documentation.
### What changed?
- Added `.nvimlog` to `.gitignore`
- Expanded README.md with detailed repo structure and plugin explanations
- Removed several unused plugins from lazy-lock.json:
- avante.nvim
- dressing.nvim
- img-clip.nvim
- lualine.nvim
- smear-cursor.nvim
- vim-fugitive
- volt
- Deleted unused configuration files:
- lua/plugins/colorscheme.lua
- lua/plugins/lualine.lua
- lua/plugins/refactor.lua
- ~/.config/nvim/check_issues.lua
- Removed vim-fugitive from git.lua
- Removed volt theme switcher from nvchad.lua
### How to test?
1. Clone the repository and run the Neovim setup
2. Verify that Neovim starts without errors
3. Check that all core functionality works as expected
4. Confirm that the README accurately reflects the current plugin setup
### Why make this change?
This change streamlines the configuration by removing unused plugins and their configurations, making the setup cleaner and more maintainable. The expanded README provides better documentation about the repository structure and explains the purpose of each plugin, making it easier for users to understand the configuration.