nvf/modules/plugins/utility/undotree/config.nix

6 lines
82 B
Nix

{ ... }:
{
vim.lazy.plugins.undotree = {
cmd = [ "UndotreeToggle" ];
};
}