mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-03-24 03:33:16 +01:00
neogit: increase console timeout
This commit is contained in:
parent
164841d3aa
commit
81b349c62a
1 changed files with 2 additions and 1 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Reference in a new issue