I have recently started to try out NeoVim and Conjure, and it is quite nice! However, when I added the vim-sexp plugin, it seems it maps <localLeader>l for sexp_insert_at_list_tail, which conflicts with conjure's mappings for log buffers. Since the plugin vim-sexp-mappings-for-regular-people provides a better mapping for the insert operation here, I just want to skip that particular mapping that vim-sexp sets up. However, I am not sure how to get Conjure's key mapping to take priority here. I use the Lazy plugin manager for plugins.
I think I have solved this by adding vim-sexp as a dependency to Olical/conjure.
Personal preference here: but I'd prefer disabling the mapping in vim-sexp vs relying on the ordering of the package manager.
I would prefer that also, but I am not sure how I can do that.
Looks like you can do so using g:sexp_mappings with more options in :help sexp-explicit-mappings(https://github.com/guns/vim-sexp#mappings)
FYI, I don't use vim-sexp so this is probably as far as I can tinker 😅
There is also nvim-parinfer and/or nvim-paredit as alternatives, which also uses Neovim treesitter so is very efficient