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

8 lines
198 B
Plaintext
Raw Normal View History

2021-07-04 20:47:10 +00:00
{# 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 #}