From 1813f0cd24286d0d1e69ff27e53ab54a737b2afc Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Fri, 22 May 2020 22:58:10 -0400 Subject: Add rnu and set tabstop=4 for shell again --- plugin/filetype-options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/filetype-options.vim b/plugin/filetype-options.vim index 984ba52..0007116 100644 --- a/plugin/filetype-options.vim +++ b/plugin/filetype-options.vim @@ -73,7 +73,7 @@ function SetHTMLOptions() set smartindent endfunction function SetShellOptions() - set tabstop=8 + set tabstop=4 set shiftwidth=8 set noexpandtab filetype indent on -- cgit v1.2.3