add yadm to fugitive config
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
return {
|
||||
'tpope/vim-fugitive',
|
||||
dependencies = {
|
||||
'purarue/yadm-git.vim',
|
||||
config = function()
|
||||
vim.g.yadm_git_enabled = 1
|
||||
vim.g.yadm_git_fugitive_enabled = 1
|
||||
vim.g.yadm_git_gutter_enabled = 1
|
||||
vim.g.yadm_repo_path = '~/.local/share/yadm/repo.git/'
|
||||
end
|
||||
},
|
||||
cmd = {
|
||||
'Git',
|
||||
'Gdiffsplit',
|
||||
|
||||
Reference in New Issue
Block a user