mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
6 lines
82 B
Nix
6 lines
82 B
Nix
{ ... }:
|
|
{
|
|
vim.lazy.plugins.undotree = {
|
|
cmd = [ "UndotreeToggle" ];
|
|
};
|
|
}
|