mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
6 lines
212 B
Fennel
6 lines
212 B
Fennel
(local ngit (require :neogit))
|
|
|
|
(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})
|