-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install not working missing support of NvChad v2.5 #8
Comments
Thank you, for the workaround. Do you know what steps needs to be done to migrate the current setup to the latest NVChad? We can do it manually at first and then automate it. I checked their documentation but the migration seems to not be so simple. I think they dropped the custom configuration support and the syntax is different now. I checked their repo and it seems v2.0 is completely out of support the latest commits are in 2.5 branch only. |
thank you I really love 2.0 because the custom is separated from the source. Now it can be really messed up. I will stick to 2.0 for a while. And most likely will start using the script once stop working |
PR #10 fixed the Chad version, so C++ is back to working correctly. However, I still get the following error message when opening a CPP file: Failed to run `config` for nvim-dap-ui
/root/.local/share/nvim/lazy/nvim-dap-ui/lua/dapui/init.lua:36: nvim-dap-ui requires nvim-nio to be installed. Install from https://github.com/nvim-neotest/nvim-nio
# stacktrace:
- ~/.config/nvim/lua/custom/plugins.lua:8 _in_ **config**
|
@davidkennedydev Thank you for the changes. However, the suggested change is not solving the problem of having v2.5 installed with the script. v2.0 is out of support now and we will full refactoring to support 2.5 |
Hello,
Thank you for the great script.
Can we have support of NvChad v2.5 which is the main version now (when git clone).
Currently the install.sh is not working since is compatible with NvChad v2.0 only.
The text was updated successfully, but these errors were encountered: