nixvim/config/oil.nix

10 lines
154 B
Nix
Raw Normal View History

# https://nix-community.github.io/nixvim/plugins/oil/
{
plugins.oil = {
enable = true;
settings = {
delete_to_trash = true;
};
};
}