update neogit config

This commit is contained in:
LordMZTE 2022-10-25 11:59:25 +02:00
parent 7a40778e96
commit 09511d8d92
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 6 additions and 0 deletions

View file

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

View file

@ -98,6 +98,7 @@ return require("packer").startup(function(use)
use {
"TimUntersberger/neogit",
requires = "nvim-lua/plenary.nvim",
config = pconf "nvim_neogit"
}
use "ron-rs/ron.vim"