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