bug: delete_to_trash in vim.g.canola does nothing #40
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/canola-collection#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prerequisites
Neovim version
Operating system
NixOS unstable
Description
The docs state that to enable trash management, you just need to set
vim.g.canola.delete_to_trash= true. Anecdotally this wasn't working for me. I tried searching both codebases for any mention ofdelete_to_trash, but I can't find anything that would check that config option. I assume there was a mistake in a recent commit.Steps to reproduce
canola(on the canola branch) andcanola-collectionvim.g.canola.delete_to_trash = trueMinimal reproduction
note that the config has been changed to
vim.g.canola.delete.trashThanks, working great!