chore: updated nvim plugins while still disabling NeoGit spellchecker

This commit is contained in:
Kyren223
2024-09-18 16:13:18 +03:00
parent 3f80754b6a
commit e4f1e6194e
2 changed files with 5 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ local diffview_opts = {
}
local neogit_opts = {
commit_editor = { spell_check = false },
mappings = {
commit_editor = {
['<C-y>'] = 'Submit',
@@ -84,7 +85,6 @@ return {
'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' },