changeset 702:fb751a7650e9

feat: add diffview in local mode
author zegervdv <zegervdv@me.com>
date Thu, 20 Oct 2022 16:13:08 +0000
parents 306ac9429043
children 50c025a59b95
files .chezmoitemplates/init.lua
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 {