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

feat: mini.files integration #29

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andvarfolomeev
Copy link

@andvarfolomeev andvarfolomeev commented Feb 25, 2024

Integration of mini.files

It's work, but I don't understand why after applying action filetype is resetting. Do you have the idea why it happens?

@krehwell
Copy link

I tested this. it works fine!

why after applying action filetype is resetting

what do you mean by this?

@erlangparasu
Copy link

any updates?

@krehwell
Copy link

this trick doesn't work anymore

@niba
Copy link

niba commented Aug 3, 2024

willRenameFiles doesn't work with mini.files. I assume the event happens after renaming so to make it work use didRenameFiles

log.debug("Setting up nvim-tree integration")

local events = {
willRenameFiles = { "MiniFilesActionRename" },
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use didRenameFiles

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

Successfully merging this pull request may close these issues.

4 participants