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

Extract core in separate plugin #38

Closed
amerlyq opened this issue Nov 10, 2015 · 1 comment
Closed

Extract core in separate plugin #38

amerlyq opened this issue Nov 10, 2015 · 1 comment
Labels

Comments

@amerlyq
Copy link

amerlyq commented Nov 10, 2015

Would it be possible to split your plugin in two -- async/sync core for nvim/vim/tmux with API to launch interactive commands and fzf built on top of that core?
Then core plugin would cover some neovim issues as introduce more relations with tmux.
At least it would allow to lauch zsh instead of :shell and ranger for interactive file choosing (it's more slow than fzf for project dirs, but faster for systemwide jumping), as many other interactive commands similar to old good :!, which neovim users currently lack of.
Currently I have extracted some of your code for zsh and ranger to fix my irritation from neovim, but it would be more appropriate to make such plugin by origin author.

@junegunn
Copy link
Owner

Thanks for the suggestion but I don't think I'll be putting much effort into this project. I see this repository more as the showcase of what fzf and vim can do, a collection of examples which are not necessarily useful but should give some inspiration to the users. In the sense I'd like to keep the structure of the project simple, so that the users can easily extract/understand any subset of features and customize to their needs. To be honest, I still don't use neovim and I don't really use most of the commands this repository provides :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants