Closed raffaem closed 10 months ago
I'm putting vim.g.slime_no_mappings = 1 to disable default mappings, as described in advanced configuration guide.
vim.g.slime_no_mappings = 1
However, this only works if that line is declared BEFORE the plugin is loaded.
If declared after the plugin is loaded, it has no effect.
Should this be specified in the above mentioned guide?
Hi @raffaem
Generally, I think a lot of Vim plugins have a similar behavior.
Please send a documentation PR if you want to take a stab at it.
I'm putting
vim.g.slime_no_mappings = 1
to disable default mappings, as described in advanced configuration guide.However, this only works if that line is declared BEFORE the plugin is loaded.
If declared after the plugin is loaded, it has no effect.
Should this be specified in the above mentioned guide?