feat: add some more options for git diff
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user