Fork me on GitHub
#vim
<
2021-06-16
>
Chase17:06:59

I think `vim-sexp` or `vim-sexp-mappings-for-regular-people` is overriding the `<localleader>l` shortcuts I want to use with conjure. It is calling `<Plug>(sexp-insert-at-list-tail)` . How do I give Conjure preference there?

Chase17:06:19

Ideally, I would like to put all the vim-sexp, etc. localleader default commands under it's own section. Like <localleader>s pulls up all the commands that were normally just under <localleader>

Chase17:06:52

This is what is currently happening and I would prefer to hide those Plug commands one level deeper and give me back all my top level local leader options.

Chase17:06:07

Ahh, ok, this makes the task less intimidating if I can figure this out. Just follow those directions and for every localleader command just add what I want like that leading s right?

Chase18:06:57

Got it to work! Thanks so much. There is a small typo in those docs where I had to change let s:sexp_mappings to let g:sexp_mappings . Not sure that is worth submitting a pull request over

nbardiuk18:06:07

yeah, why not, even if author does not merge the PR people will be able to find the discussion