Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
file_ignore_patterns
is great, yet sometimes I'd like to easily disable it, like we already have the default configuration for .gitignore infiles
.How could one achieve so? I tried a custom action using
actions.toggle_action
, but I understood that's not targeting the configuration object.Is there a way to achieve that?
I also understand there's the additional layering complication, where
file_ignore_patterns
is a result of merging tables from different levels of the configuration, and delivering a default option for that might not be straight-forward.I'd be happy with just a workaround for my setup, where I set
file_ignore_patterns
only at the inner level of the config, and I'm abble to toggle (enable/disable) the option via some keymap.Beta Was this translation helpful? Give feedback.
All reactions