We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lazy.nvim
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.
The text was updated successfully, but these errors were encountered:
use_tmp_buffer
Try setting g:chezmoi#use_tmp_buffer to on. It should works with any ordering of filetype detection.
g:chezmoi#use_tmp_buffer
Example:
{ 'alker0/chezmoi.vim', lazy = false, init = function() vim.g['chezmoi#use_tmp_buffer'] = true end, }
Sorry, something went wrong.
Thank you. This is working on my end. I haven't found a bug for now. You could close this issue.
Thank you 🎉
Great 🎉
Thank you for letting me know the cool plugin manager I didn't know.
No branches or pull requests
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 withlazy.nvim
?Thank you.
The text was updated successfully, but these errors were encountered: