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

This plugin does not work with lazy.nvim #57

Closed
latipun7 opened this issue Feb 3, 2023 · 3 comments
Closed

This plugin does not work with lazy.nvim #57

latipun7 opened this issue Feb 3, 2023 · 3 comments

Comments

@latipun7
Copy link

latipun7 commented Feb 3, 2023

Neovim now have a modern plugin manager. Lot of users migrating to lazy.nvim now.

But this plugin does not work with lazy.nvim as that plugin manager has custom logic to load plugins.

I have opened issue to lazy.nvim in folke/lazy.nvim#369 with some details. Does this plugin can be supported to works with lazy.nvim?

Thank you.

@alker0
Copy link
Owner

alker0 commented Feb 10, 2023

Try setting g:chezmoi#use_tmp_buffer to on. It should works with any ordering of filetype detection.

Example:

{
  'alker0/chezmoi.vim',
  lazy = false,
  init = function()
    vim.g['chezmoi#use_tmp_buffer'] = true
  end,
}

@latipun7
Copy link
Author

Thank you. This is working on my end. I haven't found a bug for now. You could close this issue.

Thank you 🎉

@alker0
Copy link
Owner

alker0 commented Feb 10, 2023

Great 🎉

Thank you for letting me know the cool plugin manager I didn't know.

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