My vim configuration
git clone https://github.com/m-col/vim-misc
Files | Refs | Readme

Commit fc7dc5ce952574571c3b1b4683fe151793417f23
Parent: 6adc459562aa73d0ae752bbb1aad67f1838c648d
Author: mcol <mcol@posteo.net>
Date: 2022-08-23 22:06:11 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2022-08-23 22:06:11 +0100

update tab lines

vimrc Modified

@@ -137,8 +137,8 @@
     set ttym=sgr
 endif
 
-"let g:indentLine_defaultGroup = 'PmenuSel'
-"let g:indentLine_char_list = ['|', '¦', '┆', '┊']
+let g:indentLine_defaultGroup = 'LineNr'
+let g:indentLine_char_list = ['|', '¦', '┆', '┊']
 let g:vim_json_concel = 0
 let g:markdown_syntax_conceal = 0