Open yangsheng6810 opened 5 years ago
In lispy, typing "[" or "]" in a string or a comment will go out of the current string, calling lispy-left or lispy-right, while in evil-lispy, it will self-insert "[" or "]". It seems related to
lispy-left
lispy-right
(evil-lispy/defnonstring-action evil-lispy/insert-to-lispy-right evil-lispy/enter-state-right) (evil-lispy/defnonstring-action evil-lispy/insert-to-lispy-left evil-lispy/enter-state-left)
in evil-lispy-core.el.
In lispy, typing "[" or "]" in a string or a comment will go out of the current string, calling
lispy-left
orlispy-right
, while in evil-lispy, it will self-insert "[" or "]". It seems related toin evil-lispy-core.el.