From 351a626ac09e9e58f662b877e984ab81bdd8ebbb Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 30 Dec 2018 15:12:31 -0500 Subject: Switch back to my regular theme, enable line numbers, and listchars. Also change tab spacing for shell files --- inc/filetype-options.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/filetype-options.vim') diff --git a/inc/filetype-options.vim b/inc/filetype-options.vim index b67360e..f0cbb37 100644 --- a/inc/filetype-options.vim +++ b/inc/filetype-options.vim @@ -74,8 +74,8 @@ function SetHTMLOptions() set smartindent endfunction function SetShellOptions() - set tabstop=4 - set shiftwidth=4 + set tabstop=8 + set shiftwidth=8 set noexpandtab filetype indent on set smartindent -- cgit v1.2.3