From 94ddb88b0f1718d067850b2d93388d3523a96713 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 18 Nov 2020 10:33:23 -0700 Subject: Set tabstop in markdown files --- plugin/vim-options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 51839b2..b08b360 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -35,7 +35,7 @@ set statusline+=%2*\ %=\ %l/%L\ (%02p%%)\ " Rownumber/total (%) au FileType vim,ledger,yaml,html,htmldjango setlocal tabstop=2 au FileType sh,python setlocal tabstop=4 au FileType make setlocal tabstop=4 noexpandtab -au FileType markdown set tw=80 +au FileType markdown set tw=80 tabstop=2 " Setup colorscheme syntax enable -- cgit v1.2.3