diff --git a/mzte-nv/conf/lua/pluginconf/p-neogit.fnl b/mzte-nv/conf/lua/pluginconf/p-neogit.fnl index e409a86..9ea8cc2 100644 --- a/mzte-nv/conf/lua/pluginconf/p-neogit.fnl +++ b/mzte-nv/conf/lua/pluginconf/p-neogit.fnl @@ -1,5 +1,6 @@ (local ngit (require :neogit)) -(ngit.setup {}) +(ngit.setup {;; This always trips while entering the PGP password for signing + :console_timeout 100000}) (vim.api.nvim_create_user_command :Neog ngit.open {:nargs 0})