aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-11-17 00:18:52 -0500
committerMitch Riedstra <mitch@riedstra.us>2018-11-17 00:18:52 -0500
commit4a17da460143359f29ec1f6c5bb6812d82759cda (patch)
treec1e748d7c558b982f38f5f72db653c4615a98fda /init.vim
parentf261ab25a738aad9accb6c274cc865671e1e6b89 (diff)
downloadvim-cfg-4a17da460143359f29ec1f6c5bb6812d82759cda.tar.gz
vim-cfg-4a17da460143359f29ec1f6c5bb6812d82759cda.tar.xz
Remove NERDTree. Use :Lex instead. Add a few themes. Switch off syntax highlight line numbering and listchars by default. Set airline theme to be monochrome
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim26
1 files changed, 24 insertions, 2 deletions
diff --git a/init.vim b/init.vim
index 9c7a982..d07b9e1 100644
--- a/init.vim
+++ b/init.vim
@@ -11,7 +11,29 @@ source ~/.vim/inc/ctrlp.vim
filetype plugin on
set omnifunc=syntaxcomplete#Complete
+" Stolen from the help page:
+"
+" One typical way to use the netrw tree display is to: >
+"
+" vim .
+" (use i until a tree display shows)
+" navigate to a file
+" v (edit as desired in vertically split window)
+" ctrl-w h (to return to the netrw listing)
+" P (edit newly selected file in the previous window)
+" ctrl-w h (to return to the netrw listing)
+" P (edit newly selected file in the previous window)
+let g:netrw_liststyle=3
-set list
+set nonu
+set termguicolors
+set background=dark
+syntax off
+let g:airline_theme="monochrome"
-colorscheme distinguished
+" colorscheme distinguished
+" colorscheme solarized
+" set background=light
+" set background=dark
+" colorscheme dracula
+"colorscheme orbital