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
		
	
					 | 
			||
|---|---|---|
| .. | ||
| autocmds.lua | ||
| customPlugins.lua | ||
| default_config.lua | ||
| mappings.lua | ||
| options.lua | ||
| utils.lua | ||