jpalardy / vim-slime

A vim plugin to give you some slime. (Emacs)
http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/
MIT License
1.83k stars 223 forks source link

slime_no_mappings works only if declaredbefore plugin is loaded #408

Closed raffaem closed 5 months ago

raffaem commented 5 months ago

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?

jpalardy commented 5 months ago

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.