TheLocehiliosan / yadm

Yet Another Dotfiles Manager
https://yadm.io/
GNU General Public License v3.0
4.91k stars 176 forks source link

yadm add for files in ~/.config/nvim/lua/custom/ doesn't work #460

Closed Turil closed 1 year ago

Turil commented 1 year ago

This question is about

Describe your question

I tried to track .lua files in the ~/.config/nvim/lua/custom/ folder

No matter if I try yadm add ~/.config/nvim/lua/custom/plugins.lua or yadm add ~/.config/nvim/lua/custom/ they do not seem to get picked up.

yadm list -a produces .tmux.conf

What am I missing?

alteriks commented 1 year ago

Are you using nvim framework such as Astrovim/NvChad/Lazyvim? You could check it:

cd ~/.config/nvim/
git remote -v

If ~/.config/nvim/ is already managed by git you cannot add files to be managed by another git repo (yadm)

Turil commented 1 year ago

Yes that is correct, I indeed use NvChad. I use the solution provided by terheyden in this post: https://github.com/TheLocehiliosan/yadm/issues/361#issuecomment-1079499346

Maybe it would be sensible to add an error message in such cases to make it easier figuring out what is going on? I'll close this thread. Thank you for your help @alteriks !