vim: Change comment color

Locked
User avatar
Mihai Romania
Posts: 60
Joined: 2023 May 03, 14:12
Location: ROMANIA
Contact:

vim: Change comment color

Post by Mihai »

To change the "comment" color in the files, for the "vim" editor, a simple change is needed
Edit the vimrc file

Code: Select all

[root @ localhost ~] vim /etc/vimrc
Add the following line to the end of the list and save the file

Code: Select all

hi Comment ctermfg=LightBlue
I'm on LinkedIn
Locked