Change comment color to blue as to be readable
This commit is contained in:
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