neovim-confs/lua/core
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
2022-01-22 14:53:26 +05:30
..
autocmds.lua statusline: Refresh after BufRead too 2021-12-26 10:44:30 +05:30
customPlugins.lua rm hooks 2022-01-07 19:58:05 +05:30
default_config.lua mappings: Allow to remove plugin mappings in chadrc 2022-01-22 14:53:26 +05:30
mappings.lua mappings: Allow to remove plugin mappings in chadrc 2022-01-22 14:53:26 +05:30
options.lua Cleanup | Format files 2021-12-11 11:58:52 +05:30
utils.lua fixed chadrc string overrides calling default function parameter. Added ability to use function as config override 2022-01-22 10:15:38 +05:30