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

Does not work when using chezmoi #87

Open
screendriver opened this issue Dec 6, 2023 · 1 comment
Open

Does not work when using chezmoi #87

screendriver opened this issue Dec 6, 2023 · 1 comment

Comments

@screendriver
Copy link

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
Copy link

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:

  • you can easily share your neovim config with others
  • it isolates my neovim config outside of my machine configs, but it still part of my dotfile config somehow
  • I can easily create neovim config branches when I want to test things out

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

No branches or pull requests

2 participants