From: Andrew Lorimer Date: Fri, 22 Mar 2019 01:49:14 +0000 (+1100) Subject: fix indentation of vimrc X-Git-Url: https://git.lorimer.id.au/dotfiles.git/diff_plain/3a74f69f8b832a7b33f9bbe34bd76ae32ad817e7 fix indentation of vimrc --- diff --git a/vim/.vimrc b/vim/.vimrc index 7b01c8b..6c97d78 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -28,7 +28,7 @@ filetype plugin indent on " required " markdown group for vim-pandoc-syntax: augroup pandoc_syntax - au! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc + au! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc augroup END let g:vim_markdown_conceal=1