summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2023-10-16 22:17:10 +0200
committerNanderty <psopka@sopka.ch>2023-10-16 22:17:10 +0200
commita7afcb4435e5a13391516b7f64a704f3acf720a9 (patch)
tree9bf062d52ea9788041b978cf694b99be5f75159b
parente6981a8008856292f6eaae74322699220599f9b7 (diff)
downloadneovim-config-a7afcb4435e5a13391516b7f64a704f3acf720a9.tar.gz
neovim-config-a7afcb4435e5a13391516b7f64a704f3acf720a9.tar.bz2
neovim-config-a7afcb4435e5a13391516b7f64a704f3acf720a9.zip
new git plugin test
-rw-r--r--lua/plugins/general.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins/general.lua b/lua/plugins/general.lua
index 0e3e7fc..c80934c 100644
--- a/lua/plugins/general.lua
+++ b/lua/plugins/general.lua
@@ -16,6 +16,7 @@ return {
end,
},
{
+
'NeogitOrg/neogit',
keys = {
{ '<leader>a', function() require('neogit').open() end, desc = 'git' },