From bc8ce6aa606ad37a898f5acc995a7f033e753f48 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 25 Feb 2022 14:33:19 -0500 Subject: [PATCH] Fixed typo in vimrc --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc b/vim/vimrc index 6ae3294..b04de5a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -90,6 +90,7 @@ augroup MICHAEL autocmd BufWritePre * :call TrimWhiteSpace() autocmd Filetype yaml setlocal ts=2 sts=2 sw=2 expandtab autocmd Filetype markdown setlocal tw=79 fo+=t + autocmd Filetype pandoc setlocal tw=79 fo+=t augroup END