mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-05 23:29:27 +01:00
5 lines
113 B
Fennel
5 lines
113 B
Fennel
(local ngit (require :neogit))
|
|
|
|
(ngit.setup {})
|
|
|
|
(vim.api.nvim_create_user_command :Neogit ngit.open {:nargs 0})
|