diff .chezmoitemplates/init.lua @ 702:fb751a7650e9

feat: add diffview in local mode
author zegervdv <zegervdv@me.com>
date Thu, 20 Oct 2022 16:13:08 +0000
parents 22efd3b888f8
children 50c025a59b95
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 {