mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-07 10:51:36 +00:00
7 lines
108 B
Nix
7 lines
108 B
Nix
{ ... }:
|
|
{
|
|
vim.lazy.plugins.undotree = {
|
|
package = "undotree";
|
|
cmd = [ "UndotreeToggle" ];
|
|
};
|
|
}
|