feat(neogit): reverted to earlier commit to remove spellchecking

This commit is contained in:
Kyren223
2024-09-16 19:01:00 +03:00
parent a504dfdcdd
commit 589a8af495
2 changed files with 11 additions and 5 deletions

View File

@@ -80,9 +80,14 @@ vim.keymap.set('n', '<leader>hR', '<cmd>Gitsigns reset_buffer<cr>', { desc = '[R
vim.keymap.set('n', '<leader>hu', '<cmd>Gitsigns undo_stage_hunk<cr>', { desc = '[H]unk [U]ndo' })
return {
{ 'NeogitOrg/neogit', opts = neogit_opts, cmd = 'Neogit' },
{ 'pwntester/octo.nvim', config = octo_config, cmd = 'Octo' },
{ 'lewis6991/gitsigns.nvim', config = true, cmd = 'Gitsigns', event = 'VeryLazy' },
{
'NeogitOrg/neogit',
opts = neogit_opts,
cmd = 'Neogit',
commit = 'c31ef8b5fdb3ea4beaf6ab66e07327b810e32c9f',
},
{ 'pwntester/octo.nvim', config = octo_config, cmd = 'Octo' },
{ 'lewis6991/gitsigns.nvim', config = true, cmd = 'Gitsigns', event = 'VeryLazy' },
{
'sindrets/diffview.nvim',
opts = diffview_opts,