-
Notifications
You must be signed in to change notification settings - Fork 18
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
Joshuto does not work #30
Comments
I can confirm it isn't working |
Open
I fixed the problem like this: In function M.Joshuto(dir)
dir = dir or "."
if config.ui.default == "float" then
createWin(config.cmds.joshuto_cmd .. " --choosefiles /tmp/fm-nvim --path " .. dir, "l")
elseif config.ui.default == "split" then
createSplit(config.cmds.joshuto_cmd .. " --choosefiles /tmp/fm-nvim --path " .. dir, "l")
end
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, big fan of your plugin here.
I found that Joshuto is not working properly.
Seems like the --choosefiles subcommand it's been deprecated and substituted.
Thanks for such a useful plugin.
The text was updated successfully, but these errors were encountered: