diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2020-05-22 22:58:10 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2020-05-24 12:16:46 -0400 |
| commit | 1813f0cd24286d0d1e69ff27e53ab54a737b2afc (patch) | |
| tree | 271d8f9a9992f93fba1469b48fc26038963a1245 | |
| parent | 661bbaea3c4746521668a9c12bf27c1d3435f63f (diff) | |
| download | vim-cfg-1813f0cd24286d0d1e69ff27e53ab54a737b2afc.tar.gz vim-cfg-1813f0cd24286d0d1e69ff27e53ab54a737b2afc.tar.xz | |
Add rnu and set tabstop=4 for shell again
| -rw-r--r-- | plugin/filetype-options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
