nvim update
This commit is contained in:
parent
2e6e11b86d
commit
6b76ddb1ec
8 changed files with 51 additions and 24 deletions
|
|
@ -42,6 +42,11 @@ return {
|
|||
config = function ()
|
||||
local actions = require('diffview.config').actions
|
||||
require('diffview').setup({
|
||||
view = {
|
||||
merge_tool = {
|
||||
layout = 'diff3_mixed',
|
||||
},
|
||||
},
|
||||
keymaps = {
|
||||
disable_defaults = true,
|
||||
view = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue