vim: fix neogit missing cmd definition for lazy loading
This commit is contained in:
parent
e1618b5484
commit
11aa2394ee
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
local M = { 'NeogitOrg/neogit' }
|
local M = { 'NeogitOrg/neogit' }
|
||||||
|
|
||||||
|
M.cmd = 'Neogit'
|
||||||
|
|
||||||
M.dependencies = {
|
M.dependencies = {
|
||||||
'nvim-lua/plenary.nvim',
|
'nvim-lua/plenary.nvim',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue