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

        1. $ 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

        1. :lua require('<FILE PATH FROM /lua>').function()
        1. :lua print(vim.bo.ft)