mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-18 07:01:33 +00:00
recursive delete = true
This commit is contained in:
parent
7ae6bd1808
commit
ada2fbbbf6
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ return {
|
||||||
init = function()
|
init = function()
|
||||||
vim.g.canola = {
|
vim.g.canola = {
|
||||||
columns = { 'icon', 'git_status' },
|
columns = { 'icon', 'git_status' },
|
||||||
|
delete = { wipe = false, recursive = true},
|
||||||
hidden = { enabled = false },
|
hidden = { enabled = false },
|
||||||
keymaps = {
|
keymaps = {
|
||||||
['g?'] = { callback = 'actions.show_help', mode = 'n' },
|
['g?'] = { callback = 'actions.show_help', mode = 'n' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue