Support & Debugging
If you still can’t figure out what’s going wrong, you can remove your compiled Packer plugins with:
You can check the health of NeoVim with the built-in health check command. In nvim run:
Get all the differences between your local config & NvChad
-
$ less ~/.cache/nvim/packer.nvim.log
- Verbosity will show what is being executed by NeoVim
- Or start NeoVim with
Use the NeoVim command line to call Lua & VimL functions & examine code
- Print a lua table in readable format), like the
:lua require('<FILE PATH FROM /lua>').function()
- Print a buffer option variable, for example the current filetype
:lua print(vim.bo.ft)