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

6 lines
111 B
Text
Raw Normal View History

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