diff --git a/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl b/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl index 13e7f40..747ac4f 100644 --- a/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl @@ -4,5 +4,5 @@ core aniseed.core util dotfiles.util}}) -(nvim.ex.autocmd :FileType :fugitive :nmap :gp ":Git pull --rebase") +(nvim.ex.autocmd :FileType :fugitive :nmap :gp ":Git pull") (nvim.ex.autocmd :FileType :fugitive :nmap :gP (.. ":Git push origin " (nvim.fn.FugitiveHead) ""))