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]
|
[mergetool]
|
||||||
prompt = false
|
prompt = false
|
||||||
keepBackup = false
|
keepBackup = false
|
||||||
|
hideResolved = false
|
||||||
|
[mergetool "nvimdiff1"]
|
||||||
|
hideResolved = true
|
||||||
[pager]
|
[pager]
|
||||||
difftool = true
|
difftool = true
|
||||||
[pull]
|
[pull]
|
||||||
|
|
|
@ -25,7 +25,6 @@ local init = function ()
|
||||||
use 'lewis6991/gitsigns.nvim'
|
use 'lewis6991/gitsigns.nvim'
|
||||||
use 'tpope/vim-fugitive'
|
use 'tpope/vim-fugitive'
|
||||||
use 'https://github.com/SanchayanMaity/gitlinker.nvim'
|
use 'https://github.com/SanchayanMaity/gitlinker.nvim'
|
||||||
use 'whiteinge/diffconflicts'
|
|
||||||
-- Boost vim command line mode
|
-- Boost vim command line mode
|
||||||
use 'vim-utils/vim-husk'
|
use 'vim-utils/vim-husk'
|
||||||
-- Quickfix
|
-- Quickfix
|
||||||
|
|
Loading…
Reference in a new issue