fix: replace lazygit with neogit

This commit is contained in:
fiplox 2023-01-29 14:00:23 +01:00
parent 29c303535e
commit 74712e7a9a
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ local mappings = {
end, end,
'Buffer 5', 'Buffer 5',
}, },
['g'] = { '<cmd>Lazygit<cr>', 'Lazygit' }, ['g'] = { '<cmd>Neogit<cr>', 'Neogit' },
l = { l = {
name = 'LSP', name = 'LSP',
f = { '<cmd>lua vim.lsp.buf.format { async = true }<cr>', 'Format' }, f = { '<cmd>lua vim.lsp.buf.format { async = true }<cr>', 'Format' },