# HG changeset patch # User zegervdv # Date 1666282388 0 # Node ID fb751a7650e9d2aac24984630ab731ef888f31d6 # Parent 306ac942904317de52b070611d04e80006f8e2d4 feat: add diffview in local mode diff -r 306ac9429043 -r fb751a7650e9 .chezmoitemplates/init.lua --- a/.chezmoitemplates/init.lua Thu Oct 20 16:12:43 2022 +0000 +++ b/.chezmoitemplates/init.lua Thu Oct 20 16:13:08 2022 +0000 @@ -105,6 +105,10 @@ end, } use { 'tpope/vim-git', ft = { 'gitcommit', 'gitrebase' } } + use { + local_plugin 'diffview.nvim', + config = function() require('diffview').setup {} end, + } -- Comments use {