yadm.nvim This neovim plugin allows you to manage your yadm dotfiles repo with fugitive.vim in neovim as if it were any other repository. default/example configuration require("yadm").setup({ yadm_dir = vim.fn.expand("$XDG_DATA_HOME/yadm/repo.git"), })