Change comment color to blue as to be readable
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
config/configstore/
|
||||
1
vimrc
1
vimrc
@@ -29,6 +29,7 @@ endif
|
||||
syntax enable
|
||||
filetype plugin indent on
|
||||
colorscheme monokai
|
||||
highlight Comment ctermfg=blue " make comments readable
|
||||
set autoindent
|
||||
set autoread " reload files when changed on disk, i.e. via `git checkout`
|
||||
set backspace=2 " Fix broken backspace in some setups
|
||||
|
||||
Reference in New Issue
Block a user