vim-hexokinase
vim-hexokinase copied to clipboard
hexokinase.vim - (Neo)Vim plugin for asynchronously displaying the colours in the file (#rrggbb, #rgb, rgb(a)? functions, hsl(a)? functions, web colours, custom patterns)
There is this format used by [rust tui](https://docs.rs/tui/0.12.0/tui/style/enum.Color.html) in ron file ``` diff_file_added: Rgb(235, 203, 139), diff_file_modified: Rgb(180, 142, 173), ``` The only different is the capital **_R_**. If I...
I ran into this issue after installing the plugin via `vim-plug` and restaring the vim.  - Thank you for creating this Plugin.
Hi. This is possible to make your plugin userful without install Golang on PC? You work look greate - but i am not use Go, so install lt just for...
Thank you for publishing this helpful package 🙇 Please consider adding a lua configuration API for neovim users. A straw example of what I mean: ```lua local hexokinase = require'vim-hexokinase'...
I'm not sure if I am misunderstanding the following lines: https://github.com/RRethy/vim-hexokinase/blob/master/plugin/hexokinase.vim#L11-L15 but after a clean install I still see `$GOPATH/bin/hexokinase` is not executable error. I've tested this on Ubuntu 20...
This is annoying to eyes to see colors with low contrast between them, there are lots of suggestion to fix this issue, such as using foreground and background in the...
I ran into an issue while running `:vimgrep` inside a directory with a large number of files like this: `:vimgrep /sometext/j **/*` After a couple or seconds of searching, the...
Is it possible to define custom matching patterns similiar to the ones already existing? I'd like to use that plugin with some LaTeX documents I am working with, in particular...
Specifically `0xaarrggbb`, but there are some more to consider: https://api.flutter.dev/flutter/dart-ui/Color-class.html Would this potentially be solved by https://github.com/RRethy/vim-hexokinase/issues/70?
I try to use Hexokinase_palettes to set up ansi color, but not success. Can you help me see how to set this situation? text: ``` \e[00;32m2020-07-22 22:46:19.260\e[00;34m TEST\e[0m end ```...