vimrc

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

commit b2cc3b9f92773b5741d589e6b369fb66a06fdd8f
parent f717e841edb15b375c40340ea48459458f1d647d
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Mon, 23 Jan 2023 18:22:29 -0500

Added to tex ftplugin

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

diff --git a/ftplugin/tex.vim b/ftplugin/tex.vim @@ -1,3 +1,5 @@ setlocal formatprg=latexindent setlocal tabstop=2 +setlocal shiftwidth=2 setlocal conceallevel=2 +highlight Conceal ctermbg=none ctermfg=none