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

6 lines
113 B
Text
Raw Normal View History

2023-02-19 21:23:55 +01:00
(local ngit (require :neogit))
(ngit.setup {})
(vim.api.nvim_create_user_command :Neogit ngit.open {:nargs 0})