neogit: increase console timeout

This commit is contained in:
LordMZTE 2023-12-07 07:36:28 +01:00
parent 164841d3aa
commit 81b349c62a
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -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})