LunarVim/modules/colorizer.vim

5 lines
164 B
VimL
Raw Normal View History

2019-02-17 18:03:58 +01:00
let g:colorizer_syntax = 1
let g:colorizer_auto_filetype='js,css,html,jsx,ts,tsx'
au BufNewFile,BufRead *.css,*.html,*.htm,*.js,*.jsx,*.ts,*.tsx :ColorHighlight!