working
This commit is contained in:
parent
5bdde24dfb
commit
dd1d1bb6e9
49 changed files with 2444 additions and 1322 deletions
9
nvim-troubleshooting.md
Normal file
9
nvim-troubleshooting.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue