wincent / command-t

⌨️ Fast file navigation for Neovim and Vim
BSD 2-Clause "Simplified" License
2.74k stars 317 forks source link

Support for floating window? #366

Closed arumoy-shome closed 4 years ago

arumoy-shome commented 4 years ago

My apologies if a solution/method for this already exists (from a bit of googling around and reading the docs, I did not find any help on the matter). Now that floating windows are a thing in vim as well, will command-t also support this feature?

Many thanks for the awesome work on this and your other plugins! (I use them all 😄)

wincent commented 4 years ago

No plans to support it, but that's only because I haven't thought about it at all; it might actually be a great idea.

Main thing is though people expect the plug-in to keep working on older versions of Vim, and I don't want to carry around a lot of baggage with compatibility code (because I don't have a lot of time to work on this, I need to keep things slim), so I'd be inclined to do this kind of thing on the next branch and drop the old implementation. Sadly, it is hard to make any aggressive changes ever on the master branch because people just point their installations at that branch and pay no attention to semver breaking changes when the major version number goes up.

arumoy-shome commented 4 years ago

Thank you for the response, closing this issue. 👍