Mercurial > dotfiles
comparison .chezmoitemplates/init.lua @ 785:add486ac2046
feat: use hg-linetrace branch for diffview
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 05 May 2023 08:51:01 +0200 |
parents | 335b1f5c242d |
children | 90ebb41f9b14 |
comparison
equal
deleted
inserted
replaced
784:be8b6ef385d5 | 785:add486ac2046 |
---|---|
76 -- Git/VCS | 76 -- Git/VCS |
77 { 'vim-scripts/gitignore' }, | 77 { 'vim-scripts/gitignore' }, |
78 | 78 |
79 { 'tpope/vim-git', ft = { 'gitcommit', 'gitrebase' } }, | 79 { 'tpope/vim-git', ft = { 'gitcommit', 'gitrebase' } }, |
80 { | 80 { |
81 'sindrets/diffview.nvim', | 81 'zegervdv/diffview.nvim', |
82 branch = 'hg-linetrace', | |
82 dev = true, | 83 dev = true, |
83 config = function() | 84 config = function() |
84 require('diffview').setup { | 85 require('diffview').setup { |
85 use_icons = false, | 86 use_icons = false, |
86 icons = { | 87 icons = { |