Skip to content

Commit

Permalink
Remove outdated vim rainbow configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Beinsezii committed Jan 31, 2024
1 parent 41c1249 commit 1a248fc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions builtins/vim.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,4 @@ exe 'hi User6 guifg='.s:bg.' guibg='.s:special
exe 'hi User7 guifg='.s:bg.' guibg='.s:error
exe 'hi User8 guifg='.s:bg.' guibg='.s:underlined
exe 'hi User9 guifg='.s:bg.' guibg='.s:todo
\" ## Vim Rainbow ##
let g:rainbow_conf = { 'guifgs': [''.s:constant, ''.s:identifier, ''.s:statement, ''.s:preproc, ''.s:type], }
\" ## Nvim-ts-rainbow ##
exe 'hi rainbowcol1 guifg='.s:constant
exe 'hi rainbowcol2 guifg='.s:identifier
exe 'hi rainbowcol3 guifg='.s:statement
exe 'hi rainbowcol4 guifg='.s:preproc
exe 'hi rainbowcol5 guifg='.s:type
exe 'hi rainbowcol6 guifg='.s:special
exe 'hi rainbowcol7 guifg='.s:error
"""

0 comments on commit 1a248fc

Please sign in to comment.