vimrc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit 653cb1977c603fbb137c9f7edc86912d2e51ec61
parent bbc75c73a627bb0c481a36375d766440e7b5cdf7
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Sun, 19 Feb 2023 17:18:28 -0500

vimtex: Added equation to toggle

Diffstat:
Mplugin/pablo/vimtex.vim | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugin/pablo/vimtex.vim b/plugin/pablo/vimtex.vim @@ -37,5 +37,6 @@ let g:vimtex_env_toggle_math_map = { \ '$': '$$', \ '$$': '$', \ '\(': '\[', -\ '\[': '\(', +\ '\[': 'equation', +\ 'equation': '\(', \}