vimrc

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

commit 1cdb97f1144561da45f1ed7706de60c3b2e510dd
parent 98ca0993633fa30c04e24430849fc18b24a70f9b
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Thu,  6 Jan 2022 18:30:43 -0500

Updated ALE mail fixer

Diffstat:
Mplugin/pablo/ale.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/plugin/pablo/ale.vim b/plugin/pablo/ale.vim @@ -16,6 +16,7 @@ let g:ale_fixers = { \ 'cpp': ['clang-format'], \ 'css': ['stylelint'], \ 'html': ['stylelint', 'tidy'], +\ 'mail': [], \ 'plaintex': ['latexindent'], \ 'python': ['yapf'], \ 'r': ['styler'],