neovim-flake/modules/plugins/utility/undotree/default.nix

7 lines
59 B
Nix
Raw Permalink Normal View History

{
imports = [
./undotree.nix
./config.nix
];
}