codicocodes / dotfyle

Find the best Neovim plugins
https://dotfyle.com
MIT License
600 stars 29 forks source link

Does not work when using chezmoi #87

Open screendriver opened 7 months ago

screendriver commented 7 months ago

I'm using chezmoi to manage my dotfiles. Unfortunately I can't use Dotfyle because it does not allow me to select my init.lua. I think the reason for that is that the files and directories named a litte bit differently.

For example the path to my init.lua is dot_config/nvim/init.lua.tmpl. dot_ because every hidden (dot) directory starts with dot_ and .tmpl because I'm using templating.

agoodshort commented 7 months ago

I personally faced this issue a few weeks ago. I decided to separate my neovim config from my chezmoi dotfiles using .chezmoiexternal.toml

I thought a lot about it before pulling the trigger, but I think it makes things easier this way because: