Skip to content
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

Open
bmihovski opened this issue Mar 26, 2024 · 9 comments · May be fixed by #10
Open

Install not working missing support of NvChad v2.5 #8

bmihovski opened this issue Mar 26, 2024 · 9 comments · May be fixed by #10

Comments

@bmihovski
Copy link

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.

@bmihovski
Copy link
Author

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.

@baiwfg2
Copy link

baiwfg2 commented Apr 14, 2024

This is exactly what I want to know. When I import this repo to nvchad 2.5, it reports:

image

@baiwfg2
Copy link

baiwfg2 commented Apr 14, 2024

@bmihovski
Copy link
Author

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

@davidkennedydev davidkennedydev linked a pull request Apr 27, 2024 that will close this issue
@davidkennedydev
Copy link

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**
  

@bmihovski
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@bmihovski @baiwfg2 @davidkennedydev and others