feat(oil): delete files to trash

This commit is contained in:
Khaïs COLIN 2024-08-18 14:09:55 +02:00
parent f206f131a2
commit 9c0bf2a2df
2 changed files with 5 additions and 1 deletions

2
nixos/flake.lock generated
View file

@ -489,7 +489,7 @@
},
"locked": {
"lastModified": 1,
"narHash": "sha256-53b9xdWViC2z4cU4vJ0VVp8ZELC+jESt3kT43vTd0os=",
"narHash": "sha256-QB4MH0l0Pb57F+ClG0NR9xZJdUExT/S1VDFey2bh2y8=",
"path": "./nixvim",
"type": "path"
},

View file

@ -1,5 +1,9 @@
# https://nix-community.github.io/nixvim/plugins/oil/
{
plugins.oil = {
enable = true;
settings = {
delete_to_trash = true;
};
};
}