-
Notifications
You must be signed in to change notification settings - Fork 200
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
Error when install nvchad with my own custom #166
Comments
hi @holiq i tried to reproduce the issue but couldnt https://0x0.st/H-bE.mp4, Can you try again? |
delete old nvim dirs before installation btw ( .local/share/nvim and .cache/nvim ) |
After cloning the nvchad, first you have to clone your custom and then run The order is as below git clone git@github.com:NvChad/NvChad.git ~/.config/nvim
git clone git@github.com:your/custom.git ~/.config/nvim/lua/custom
nvim |
XRecorder_16032023_092834.mp4 |
Hi @siduck. I am facing the same issue. But I didn't clone my custom configs. I deleted all old nvim folders and installed NvChad with the |
@ayushgupta0010 @holiq i suppose this is a one time error and that too during installation right? |
@siduck yeah you right |
The solution I found is like bellow git clone git@github.com:NvChad/NvChad.git ~/.config/nvim
nvim
# Do you want to install chadrc template? (y/n) : n
# wait until process finished
cd ~/.config/nvim/lua
rm -fr custom # remove the default custom
# install your own custom
git clone git@github.com:your/custom.git custom
nvim |
this sounds more like a hack to me, i'll try to fix this today |
I don't think this error occurs only during installation because I installed NvChad two days ago and have been using it since. But when I opened it earlier today, the error suddenly popped up. |
this will happen when there's no base46 cache on your system, you probable cleared .cache |
I am not sure which |
run |
I see. It points to the |
hi @holiq i think the issue should be fixed now |
I'll check it |
Nice @siduck it's work now, thank you mate! |
I've had similar error in Windows, removing nvim-data folder in AppData/Local/ and re-installing NvChad in nvim folder helped |
If i have new install nvchad without custom, and run nvim it will ask me
Do you want to install chadrc template? (y/n) :
Now, if i reinstall it with my custom and run nvim, it will be error like this:
Then the alternative way is reinstall nvchad and run nvim, if asked
Do you want to install chadrc template? (y/n) :
answern
and wait until steps completed, after that remove the custom directory and install your own customThe text was updated successfully, but these errors were encountered: