-
Notifications
You must be signed in to change notification settings - Fork 205
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 [email protected]:NvChad/NvChad.git ~/.config/nvim
git clone [email protected]: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 [email protected]: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 [email protected]: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 |
What is the logic for creating the directories in Is there a way I can just force base46 to create the relevant directories and themes? |
what issue do you face now |
" I should also mention that I'm using a non-standard installation of NvChad that may contribute to my issues. I'm manually installing every plugin from https://github.com/NvChad/NvChad/blob/v2.5/lua/nvchad/plugins/init.lua into my list of lazy plugins in my own config. |
then thats your config issue.. cant help with it. I made a video on yt showing how ui/base46 works outside of nvchad |
I was afraid so. I've just practically copied the NvChad init line for line, so I was just confused why I suddenly had issues. I'll check out the video, thanks. |
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: