aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-12-30 15:12:31 -0500
committerMitch Riedstra <mitch@riedstra.us>2018-12-30 15:12:31 -0500
commit351a626ac09e9e58f662b877e984ab81bdd8ebbb (patch)
tree5855ad5fb6996f00f05a44b41626786e6f976c13
parent83fce62a0b560a9cff4aa75fdabc601d7280d1f2 (diff)
downloadvim-cfg-351a626ac09e9e58f662b877e984ab81bdd8ebbb.tar.gz
vim-cfg-351a626ac09e9e58f662b877e984ab81bdd8ebbb.tar.xz
Switch back to my regular theme, enable line numbers, and listchars. Also change tab spacing for shell files
-rw-r--r--inc/filetype-options.vim4
-rw-r--r--init.vim10
2 files changed, 9 insertions, 5 deletions
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
diff --git a/init.vim b/init.vim
index 3492f79..2e07c2b 100644
--- a/init.vim
+++ b/init.vim
@@ -28,14 +28,14 @@ let g:netrw_liststyle=3
set nonu
" Useful on some terminals, not always supported in old tmux versions
" set termguicolors
-set background=dark
syntax off
-let g:airline_theme="monochrome"
+" let g:airline_theme="monochrome"
+" let g:airline_theme="distinguished"
" set background=light
" set background=dark
-" colorscheme distinguished
+colorscheme distinguished
" colorscheme solarized
" colorscheme dracula
" colorscheme orbital
@@ -43,3 +43,7 @@ let g:airline_theme="monochrome"
" has a light/dark mode that's very interesting
" Seems to work best when you have 'termguicolors' set
" colorscheme gruvbox
+
+
+set list
+set nu