Mercurial > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
701:306ac9429043 | 702:fb751a7650e9 |
---|---|
103 end, | 103 end, |
104 } | 104 } |
105 end, | 105 end, |
106 } | 106 } |
107 use { 'tpope/vim-git', ft = { 'gitcommit', 'gitrebase' } } | 107 use { 'tpope/vim-git', ft = { 'gitcommit', 'gitrebase' } } |
108 use { | |
109 local_plugin 'diffview.nvim', | |
110 config = function() require('diffview').setup {} end, | |
111 } | |
108 | 112 |
109 -- Comments | 113 -- Comments |
110 use { | 114 use { |
111 'numToStr/Comment.nvim', | 115 'numToStr/Comment.nvim', |
112 config = function() | 116 config = function() |