fix indentation of vimrc
authorAndrew Lorimer <andrew@lorimer.id.au>
Fri, 22 Mar 2019 01:49:14 +0000 (12:49 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Fri, 22 Mar 2019 01:49:14 +0000 (12:49 +1100)
vim/.vimrc
index 7b01c8bc9f0506b500601712c2fce277eddfd33e..6c97d78a40277a8538b7931c67b18e0e12ca883a 100644 (file)
@@ -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