- Notifications
You must be signed in to change notification settings - Fork1
a plugin for vis that higlights hex colors
License
NotificationsYou must be signed in to change notification settings
thimc/vis-colorizer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Highlights hex colors. Created for thevis editor.
Inspired bychrisbra/Colorizer.
Clone the repo to~/.config/vis/plugins/
.
Append the following line to yourvisrc.lua
:
local colorizer = require('plugins/vis-colorizer')colorizer.three = false -- (optional) diables three digit hex colorscolorizer.six = true -- (enabled by default) six digit hex colors