git/nvim: Drop diffconflicts
See the discussion on https://github.com/whiteinge/diffconflicts/issues/26 Also https://www.eseth.org/2020/mergetools.html
This commit is contained in:
parent
00db4f1cb8
commit
674409573b
2 changed files with 3 additions and 1 deletions
|
@ -41,6 +41,9 @@
|
|||
[mergetool]
|
||||
prompt = false
|
||||
keepBackup = false
|
||||
hideResolved = false
|
||||
[mergetool "nvimdiff1"]
|
||||
hideResolved = true
|
||||
[pager]
|
||||
difftool = true
|
||||
[pull]
|
||||
|
|
|
@ -25,7 +25,6 @@ local init = function ()
|
|||
use 'lewis6991/gitsigns.nvim'
|
||||
use 'tpope/vim-fugitive'
|
||||
use 'https://github.com/SanchayanMaity/gitlinker.nvim'
|
||||
use 'whiteinge/diffconflicts'
|
||||
-- Boost vim command line mode
|
||||
use 'vim-utils/vim-husk'
|
||||
-- Quickfix
|
||||
|
|
Loading…
Reference in a new issue