mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-29 20:14:36 +02:00
feat: added toggle for hidden/ignore
This commit is contained in:
parent
f9697cbf17
commit
26254487fb
1 changed files with 12 additions and 0 deletions
|
@ -48,6 +48,18 @@ return {
|
||||||
return {
|
return {
|
||||||
[1] = "default-title",
|
[1] = "default-title",
|
||||||
fzf_colors = true,
|
fzf_colors = true,
|
||||||
|
files = {
|
||||||
|
actions = {
|
||||||
|
["alt-i"] = { actions.toggle_ignore },
|
||||||
|
["alt-h"] = { actions.toggle_hidden },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
grep = {
|
||||||
|
actions = {
|
||||||
|
["alt-i"] = { actions.toggle_ignore },
|
||||||
|
["alt-h"] = { actions.toggle_hidden },
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
keys = {
|
keys = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue