-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Opening fern in a float #271
Comments
I don't think it's useful enough to introduce extra complexities while Vim and Neovim uses different strategy to produce float window. Do you have any real usage example which would drastically make it useful? |
@lambdalisue I was about to file an enhancement request for this. Here's the use-case: using |
Well, float window in Vim and Neovim is quite different and I'm not going to put Vim only or Neovim only feature thus I still don't think what you explained is enough to introduce such extra complexities... |
+1 |
I tend to agree with @lambdalisue, this would add a fair bit of complexity and I don't see much benefit. Adding new features for the sake of adding new features isn't the right mindset we should have. And since popups aren't well supported in Neovim, a good chunk of users wouldn't get such a feature anyway. |
Several plugins are adding the ability to open them in a float (nvim) or popup (vim). For instance,
coc-explorer
,fzf
, anddefx
all have this ability. It would be really nice to have this behavior in fern.The text was updated successfully, but these errors were encountered: