vimrc

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

commit 1f1a045f6d75d4ab56c6b776cba423dc12c99044
parent cf87d4926b09f0b7b02a9a0e17de2b2158e865f3
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Wed,  4 Jan 2023 13:26:13 -0500

Added conceal to tex

Diffstat:
Mftplugin/tex.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ftplugin/tex.vim b/ftplugin/tex.vim @@ -1,2 +1,3 @@ setlocal formatprg=latexindent setlocal tabstop=2 +setlocal conceallevel=2