ap / vim-css-color

Preview colours in source code while editing
http://www.vim.org/scripts/script.php?script_id=5056
MIT License
1.77k stars 78 forks source link

Plugin is not compatible with nvim-treesitter #169

Closed mikehaertl closed 2 years ago

mikehaertl commented 2 years ago

When nvim-treesitter is used for highlighting this plugin does no longer work.

I know this has been mentioned in a comment here before, but there was no fix except to disable the treesitter plugin.

I wonder if there is not a "real" fix as I want to use treesitter for highlighting but still like colors being highlighted. So maybe a workaround can be found somehow.

mikehaertl commented 2 years ago

Ops, sorry. I searched for "treesitter" not "tree sitter" before. So I missed the other issue #164. Closing this as duplicate.