1
0
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:
2022-11-16 17:39:39 +01:00
parent fd3bcf90db
commit 5c058ecbd3
2 changed files with 16 additions and 10 deletions

View File

@ -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: "