5 lines
59 B
VimL
5 lines
59 B
VimL
set nocompatible
|
|
syntax on
|
|
highlight Comment ctermfg=Blue
|
|
|
set nocompatible
|
|
syntax on
|
|
highlight Comment ctermfg=Blue
|
|
|