vim: fix neogit missing cmd definition for lazy loading

This commit is contained in:
Fernando Schauenburg 2024-02-18 01:04:43 +01:00
parent e1618b5484
commit 11aa2394ee

View file

@ -1,5 +1,7 @@
local M = { 'NeogitOrg/neogit' }
M.cmd = 'Neogit'
M.dependencies = {
'nvim-lua/plenary.nvim',
}