diff --git a/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl b/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl index 3edcc4e..c3f3cd7 100644 --- a/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/plugin/fugitive.fnl @@ -4,6 +4,7 @@ core aniseed.core util dotfiles.util}}) -(nvim.ex.autocmd :FileType :fugitive :nmap : :gp ":Git pull") ;; Determine load time of fugitive +(nvim.ex.autocmd :FileType :fugitive :nmap : :gp ":Git pull") (nvim.ex.autocmd :FileType :fugitive :nmap : :gP ":Git push" ) +(nvim.ex.autocmd :FileType :fugitive :nmap : :gF ":Git push -f" )