Skip to content

Commit cfb6bfa

Browse files
author
Ashkan Kiani
committed
Merge branch 'master' of github.com:norcalli/nvim-colorizer.lua
2 parents 645b656 + 7cf9641 commit cfb6bfa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ lua require'colorizer'.setup()
2626

2727
### Why another highlighter?
2828

29-
This has no external dependencies, which means you install it and it works. Other colorizers typically were synchronous and slow, as well. Being written with performance in mind and leveraging the excellent LuaJIT and a handwritten parser, updates can be done in real time. There are plugins such as [hexokinase](https://github.com/RRethy/vim-hexokinase) which have good performance, but it has some difficulty with becoming out of sync. The downside is that *this only works for Neovim*, and that will never change.
29+
Mostly, **RAW SPEED**.
30+
31+
This has no external dependencies, which means you install it and **it just works**. Other colorizers typically were synchronous and slow, as well. Being written with performance in mind and leveraging the excellent LuaJIT and a handwritten parser, updates can be done in real time. There are plugins such as [hexokinase](https://github.com/RRethy/vim-hexokinase) which have good performance, but it has some difficulty with becoming out of sync. The downside is that *this only works for Neovim*, and that will never change.
3032

3133
Additionally, having a Lua API that's available means users can use this as a library to do custom highlighting themselves.
3234

0 commit comments

Comments
 (0)