-
-
Notifications
You must be signed in to change notification settings - Fork 210
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: implement temp file #550
base: master
Are you sure you want to change the base?
Conversation
missing tests |
PR ready, although I'm unsure why 0.6.1 is failing |
implemented using module variable |
@FelipeLema I'm new to this plugin and don't fully understand it, but right now it looks like your changes are unused. Before merging this, wouldn't some type of modification be needed to the init.lua file's Also, the creation of the temp file and filling it with the contents of the current buffer could all happen within your I would be happy to work on this with you by the way. Let me know what you think |
hey @dante0624 the scope of this PR is within #235 and is meant to provide a tool for shadow files when needed. it is not my intention to replace default implementation of this plugin, but rather extend it to cover previously ignored usecases filling the tempfile could be done in different ways. I explicitly left that out to keep this PR short |
fixes #235