You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Akianonymus bad06dc44f mappings: Allow to remove plugin mappings in chadrc
This enables us to disable a plugin mappings individually

for eg:
  M.mappings.plugins = {
      telelscope = {
          find_hiddenfiles = false
      }
  }

  This will disable the telelscope find_hiddenfiles mapping.

It's also helpful when we want to use the mapping used by find_hiddenfiles for something else
3 years ago
..
autocmds.lua
customPlugins.lua
default_config.lua mappings: Allow to remove plugin mappings in chadrc 3 years ago
mappings.lua mappings: Allow to remove plugin mappings in chadrc 3 years ago
options.lua
utils.lua fixed chadrc string overrides calling default function parameter. Added ability to use function as config override 3 years ago