1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30

style(vim): Make comments more greyed out

This commit is contained in:
Pratik Tripathy
2025-10-20 17:02:27 +05:30
parent ee8ee9898d
commit bc58e65115
+2 -1
View File
@@ -47,8 +47,9 @@ set autoindent smartindent breakindent " Proper indentation
" Enable searching as you type, rather than waiting till you press enter. Highlight search pattern. Intelligently handle cases in search.
set incsearch hlsearch ignorecase smartcase wrapscan
" Comments in Grey color and italic
hi Comment guifg=#5C6370 ctermfg=50 cterm=italic
highlight Comment guifg=#636e7b ctermfg=50 cterm=italic
" Better autocompletes
filetype plugin indent on