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

5 lines
111 B
Fennel

(local ngit (require :neogit))
(ngit.setup {})
(vim.api.nvim_create_user_command :Neog ngit.open {:nargs 0})