Skip to content

Commit

Permalink
Random stuff added; just some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Elger Postema committed Jul 28, 2018
1 parent d67693d commit e4c2d8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# my_vim_config
# my_vim_config #
My personal vim config; on github so I don't need to configure vim by hand on every machine

## set background=dark ##
added set background=dark to tell vim I am using a terminal with a dark theme, as I alway use a dark themed terminal, this makes sense for me
6 changes: 3 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# My vim config, in github so I can take it with me.

# tell vim I am using a dark background
" My vim config, in github so I can take it with me.
"
" tell vim I am using a dark background
set background=dark

0 comments on commit e4c2d8c

Please sign in to comment.