feat(neovim-git): gitsigns is now lazy loaded too

This commit is contained in:
Kyren223
2024-07-19 22:34:51 +03:00
parent 49cf8a26c7
commit a6d7d2cc41

View File

@@ -81,8 +81,8 @@ vim.keymap.set('n', '<leader>hu', '<cmd>Gitsigns undo_stage_hunk<cr>', { desc =
return {
{ 'NeogitOrg/neogit', opts = neogit_opts, cmd = 'Neogit' },
{ 'lewis6991/gitsigns.nvim', config = true },
{ 'pwntester/octo.nvim', config = octo_config, cmd = 'Octo' },
{ 'lewis6991/gitsigns.nvim', config = true, cmd = 'Gitsigns', event = 'BufWinEnter' },
{
'sindrets/diffview.nvim',
opts = diffview_opts,