mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 19:49:25 +00:00
[neovim] Update plugins
This commit is contained in:
@ -3,6 +3,12 @@ if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
diffview.setup({})
|
||||
diffview.setup({
|
||||
view = {
|
||||
merge_tool = {
|
||||
layout = "diff3_mixed",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
vim.opt.fillchars = "diff: "
|
||||
|
Reference in New Issue
Block a user