aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim10
1 files changed, 7 insertions, 3 deletions
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