init.lua
init.lua copied to clipboard
Wrong number arguments issue
https://github.com/ThePrimeagen/init.lua/blob/a184d58880787512c21429e1ab8bea74546dff75/after/plugin/fugitive.lua#L22
It seems that the right way is:
vim.cmd.Git("pull --rebase")
But maybe I miss something :) thanks a lot for your sharing :+1: