dotfiles/config/automatrop/roles/vim/templates/plugins/colorizer.j2

8 lines
198 B
Django/Jinja

{# Display the actual color for color codes " #}
{{ add_source('norcalli/nvim-colorizer.lua') -}}
set termguicolors
lua << EOF
require'colorizer'.setup()
EOF
{# TODO Enable for css functions too #}