dotfiles/mzte-nv/conf/lua/pluginconf/p-neogit.fnl

7 lines
212 B
Text
Raw Normal View History

2023-02-19 21:23:55 +01:00
(local ngit (require :neogit))
2023-12-07 07:36:28 +01:00
(ngit.setup {;; This always trips while entering the PGP password for signing
:console_timeout 100000})
2023-02-19 21:23:55 +01:00
2023-07-29 10:44:55 +02:00
(vim.api.nvim_create_user_command :Neog ngit.open {:nargs 0})