mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 11:23:05 +01:00
update neogit config
This commit is contained in:
parent
7a40778e96
commit
09511d8d92
2 changed files with 6 additions and 0 deletions
5
.config/nvim/lua/pluginconf/nvim_neogit.lua
Normal file
5
.config/nvim/lua/pluginconf/nvim_neogit.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
local ngit = require "neogit"
|
||||
|
||||
ngit.setup {}
|
||||
|
||||
vim.api.nvim_create_user_command("Neogit", ngit.open, { nargs = 0 })
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue