-
Notifications
You must be signed in to change notification settings - Fork 17
Add picker support with fzf.nvim #31
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
base: main
Are you sure you want to change the base?
Conversation
|
@ahdzib-maya This is great! Thank you very much for your contribution. I'm gonna get fzf.nvim working locally on my machine and test it out. If all goes well I'll get this merged ASAP. Appreciate it :) |
|
I think it's ready, but lmk if I'm missing something |
Happy to help :) |
| -- Initialize plugin | ||
| local function setup() | ||
| -- Create user commands | ||
| vim.api.nvim_create_user_command("RemoteConnect", function(opts) |
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.
Why do we create these user commands, as similar user commands are created in init.lua?
|
Any updates on this patch please |
Saw the plugin and since I don't use telescope, saw this #27 and thought of implementing at least fzf.nvim which is what I use. But this opens the possibility of users to start implementing their own. Still cleaning up some things.