nvim-config/nvim-troubleshooting.md
Walter Jenkins dd1d1bb6e9 working
2025-04-16 08:39:09 -05:00

9 lines
420 B
Markdown

# Troubleshooting Notes for Neovim Setup
- Check generate health of Neovim setup. `:checkhealth`
- Update Treesitter. `:TSUpdate`
- Check LSP installation. `:Mason`
- Fix broken icons
- Download [nerdfix](https://github.com/loichyan/nerdfix) binary and unpack in home directory.
- Run `nerdfix check <path/to/file>` to check broken icons in a file
- Run `nerdfix fix <path/to/file>` to fix broken icons in a file