feat: add some more options for git diff

This commit is contained in:
2026-09-15 20:20:00 +02:00
parent 1203d6be6c
commit 3b18b6c7c0
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -3,6 +3,10 @@ Config.now(function()
vim.pack.add({ { src = 'https://github.com/rose-pine/neovim', name = 'rose-pine' } })
require('rose-pine').setup({
enable = { terminal = false, legacy_highlights = false, migrations = false },
highlight_groups = {
MiniDiffOverAdd = { fg = 'NONE', bg = 'foam', blend = 20 },
MiniDiffOverChangeBuf = { bg = 'rose', blend = 20 },
},
})
vim.cmd.colorscheme('rose-pine')