Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 435 Bytes

nvim-troubleshooting.md

File metadata and controls

11 lines (9 loc) · 435 Bytes

Troubleshooting Notes for Neovim Setup

  • Check generate health of Neovim setup. :checkhealth
  • Update Treesitter. :TSUpdate
  • Check LSP installation. :Mason
  • Fix broken icons
    • Download 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