mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-16 03:53:43 +01:00
6 lines
115 B
Lua
6 lines
115 B
Lua
|
local ngit = require "neogit"
|
||
|
|
||
|
ngit.setup {}
|
||
|
|
||
|
vim.api.nvim_create_user_command("Neogit", ngit.open, { nargs = 0 })
|