[Help] How do I disable all the localleader plugins? #249
Answered
by
olimorris
Ajaymamtora
asked this question in
Q&A
-
How do I disable the keymaps assigned to the builtin prompts? I dont want to have to go through the opts and reassign each table just to disable the default keymaps. I've tried putting this into my opts table: ...
pre_defined_prompts = {},
use_default_pre_defined_prompts = false,
... I want to disable the keymaps under pre_defined_prompts that bind localleader |
Beta Was this translation helpful? Give feedback.
Answered by
olimorris
Sep 22, 2024
Replies: 1 comment 6 replies
-
All config options are in the |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
olimorris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All config options are in the
config.lua
file so mirror that in your own config. Remove any tables by usingnil
.