You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @voyeg3r. Right--commenting out these in the config you pass to the setup function won't work because there's a default config that is overridden with anything you specify in your config. Since commented lines by nature aren't interpreted, the default will apply. Here are two ways you can disable the default mappings:
Instead of commenting them out, set them to false in your mkdnflow config. Since you've specified something explicit, it will override the default mapping. After this, the maps module will take the false as a flag not to map this command.
Alternatively, you can disable the entire maps module (see readme or :h mkdnflow). This will prevent any mappings you pass in via the setup function from being applied, and it will also prevent all of the default mappings from being applied, so you'd have to manually specify your mappings elsewhere (e.g. in your ftplugin/markdown.lua file).
I have created a markdown.lua file at ftplugin/markdown.lua with this:
The I have commented these lines:
But when I run:
:verbose map ]]
it does not show my description, the mkdflow still maps these keys.The text was updated successfully, but these errors were encountered: