Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 360 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 360 Bytes

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"),
})