Change comment color to blue as to be readable

This commit is contained in:
2018-09-27 19:44:43 -04:00
parent 469cc3f3e6
commit 5e00928895
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
config/configstore/

1
vimrc
View File

@@ -29,6 +29,7 @@ endif
syntax enable syntax enable
filetype plugin indent on filetype plugin indent on
colorscheme monokai colorscheme monokai
highlight Comment ctermfg=blue " make comments readable
set autoindent set autoindent
set autoread " reload files when changed on disk, i.e. via `git checkout` set autoread " reload files when changed on disk, i.e. via `git checkout`
set backspace=2 " Fix broken backspace in some setups set backspace=2 " Fix broken backspace in some setups