vimrc

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

commit d5744539a0b01fcf69dd7f1fff4b1a0ba00444f6
parent fc613db2b4da4fa5c0cf6510bad288db5276ff39
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Thu,  7 Apr 2022 18:26:53 -0500

added ftdetect for mutt

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

diff --git a/ftdetect/mutt.vim b/ftdetect/mutt.vim @@ -0,0 +1 @@ +au BufRead,BufNewFile */.mutt/**.rc set filetype=muttrc