Currently the parens automatically close in vim/evil command line. How to stop this behaviour only for vim/evil command line and not for other modes?
Current behaviour:
Expected Behaviour:
Currently the parens automatically close in vim/evil command line. How to stop this behaviour only for vim/evil command line and not for other modes?
Current behaviour:
Expected Behaviour:
These did what I was expecting:
(add-hook 'evil-command-window-mode-hook #'turn-off-smartparens-mode)
(add-hook 'minibuffer-setup-hook #'turn-off-smartparens-mode)
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.