feat(oil): delete files to trash
This commit is contained in:
parent
f206f131a2
commit
9c0bf2a2df
2 changed files with 5 additions and 1 deletions
2
nixos/flake.lock
generated
2
nixos/flake.lock
generated
|
|
@ -489,7 +489,7 @@
|
|||
},
|
||||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-53b9xdWViC2z4cU4vJ0VVp8ZELC+jESt3kT43vTd0os=",
|
||||
"narHash": "sha256-QB4MH0l0Pb57F+ClG0NR9xZJdUExT/S1VDFey2bh2y8=",
|
||||
"path": "./nixvim",
|
||||
"type": "path"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
# https://nix-community.github.io/nixvim/plugins/oil/
|
||||
{
|
||||
plugins.oil = {
|
||||
enable = true;
|
||||
settings = {
|
||||
delete_to_trash = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue