Based on the LazyVim starter kit.
To disable a particular key mapping for a default plug-in, simply set it to false in the plug-in's keys settings:
return {
"foo/plugin",
keys = {
{ "<leader>f", false },
}
}Based on the LazyVim starter kit.
To disable a particular key mapping for a default plug-in, simply set it to false in the plug-in's keys settings:
return {
"foo/plugin",
keys = {
{ "<leader>f", false },
}
}