This commit is contained in:
veypi 2022-05-15 15:31:26 +08:00
parent 6b9a471465
commit ac1def0e0a
2 changed files with 11 additions and 5 deletions

View File

@ -2,8 +2,9 @@
my vim cfg my vim cfg
merge test asdmertge
1 2
12 abc
3 sdd
4 asdmertge
sfads

View File

@ -60,4 +60,9 @@ return require('packer').startup(function()
use "lukas-reineke/indent-blankline.nvim" use "lukas-reineke/indent-blankline.nvim"
use "norcalli/nvim-colorizer.lua" use "norcalli/nvim-colorizer.lua"
-- ~/.gitconfig
-- [merge]
-- conflictStyle = diff3
use "samoshkin/vim-mergetool"
end) end)