This website requires JavaScript.
Explore
Help
Sign In
vladan
/
neovim
Archived
Watch
1
Star
0
Fork
You've already forked neovim
0
Code
Issues
1
Pull requests
Projects
1
Releases
Wiki
Activity
This repository has been archived on
2024-10-06
. You can view files and clone it, but cannot push or open issues or pull requests.
2efe116082
neovim
/
lua
/
plugins
/
neogit.lua
6 lines
102 B
Lua
Raw
Normal View
History
Unescape
Escape
add neogit and venn diagram config
2024-01-03 01:24:21 +01:00
local
neogit
=
require
(
'
neogit
'
)
remove obsolete config and autoformat
2024-03-20 12:49:43 +01:00
neogit.setup
{
}
add neogit and venn diagram config
2024-01-03 01:24:21 +01:00
vim.keymap
.
set
(
'
n
'
,
'
<C-x><C-g>
'
,
neogit.open
,
{
}
)
Reference in a new issue
Copy permalink