neovim-confs/lua
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
..
colors chore: fix typos 2022-01-04 06:07:38 +05:30
core mappings: Allow to remove plugin mappings in chadrc 2022-01-22 14:53:26 +05:30
plugins configs/statusline: Fix extra space before git diff removed icon 2022-01-22 14:53:26 +05:30