dotfiles/mzte-nv/conf/lua/pluginconf/nvim_neogit.lua

6 lines
115 B
Lua
Raw Normal View History

2022-10-25 11:59:25 +02:00
local ngit = require "neogit"
ngit.setup {}
vim.api.nvim_create_user_command("Neogit", ngit.open, { nargs = 0 })