add yadm to fugitive config

This commit is contained in:
2025-08-29 20:56:49 -04:00
parent a38796b975
commit db620f033c
+9
View File
@@ -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',