Basic debugging

  • You can check the health of Neovim with the checkhealth command.
  • Make sure you dont have syntax errors in your custom config files
  • By default in NvChad sumneko lua LSP is enabled so it'll look for syntax errors etc for you.

Before logging an issue