1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-09-16 13:02:39 +00:00
dotfiles/.config/nvim/lua/plugins/diffview.lua

10 lines
127 B
Lua
Raw Normal View History

2023-04-12 18:09:30 +00:00
require("diffview").setup({
2022-11-16 16:39:39 +00:00
view = {
merge_tool = {
layout = "diff3_mixed",
},
},
})
2022-10-01 11:46:18 +00:00
2023-07-03 17:16:19 +00:00
-- vim.opt.fillchars = "diff: "