-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Random stuff added; just some comments
- Loading branch information
Elger Postema
committed
Jul 28, 2018
1 parent
d67693d
commit e4c2d8c
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |