1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-09-06 23:07:33 +00:00
dotfiles/.config/nvim/lua/plugins/diffview.lua

10 lines
124 B
Lua

require("diffview").setup({
view = {
merge_tool = {
layout = "diff3_mixed",
},
},
})
vim.opt.fillchars = "diff: "