dotfiles/.config/nvim/lua/pluginconf/nvim_neogit.lua
2022-10-25 11:59:25 +02:00

5 lines
115 B
Lua

local ngit = require "neogit"
ngit.setup {}
vim.api.nvim_create_user_command("Neogit", ngit.open, { nargs = 0 })