-
Notifications
You must be signed in to change notification settings - Fork 143
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
Feature/preview in floating window #403
Feature/preview in floating window #403
Conversation
Close the any existing preview because otherwise strange errors happen when the preview is open and the floating window is opened at the same time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Visually looks great! Needs stylua applied and some of the tests are no longer passing. I also noticed some bugs if you open oil + preview, then :tabnew
and open oil + preview again.
Will provide a more thorough code review after these things are addressed
@PhilippOesch I moved some of the logic around and did some other various refactoring. Take a look, kick the tires, and if you're happy with it I'll merge! |
The refactoring looks good from my view. Thank you for taking your time and looking at it. If you want, you can merge. |
Because I'm a big fan of the floating window, but also of the preview functionality.
This implements #303