feat: add Neogit mapping

This commit is contained in:
fiplox 2023-01-28 15:30:31 +01:00
parent 7ba91b9cd9
commit 1355a0c4ec
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ local mappings = {
o = { o = {
name = 'Open', name = 'Open',
n = { '<cmd>e ~/.config/nvim/ <cr>', 'Neovim config' }, n = { '<cmd>e ~/.config/nvim/ <cr>', 'Neovim config' },
g = { '<cmd>Neogit<cr>', 'Neogit' },
}, },
} }
-- }}} -- }}}