Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 548 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 548 Bytes

vis-colorizer

Highlights hex colors. Created for the vis editor.

Inspired by chrisbra/Colorizer.

image

Usage

Clone the repo to ~/.config/vis/plugins/.

Append the following line to your visrc.lua:

local colorizer = require('plugins/vis-colorizer')
colorizer.three = false -- (optional) diables three digit hex colors
colorizer.six   = true  -- (enabled by default) six digit hex colors