aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkianonymus <anonymus.aki@gmail.com>2022-09-03 17:26:25 +0530
committerAkianonymus <anonymus.aki@gmail.com>2022-09-03 17:41:51 +0530
commit59734209166d9bf9e58cff6e404d55190396cb90 (patch)
tree95f50d905520745754a5f0de558ada1545419d2c
parentfragment | Implement better autocmd management | refactor (diff)
README: Update doc link
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8ac7dc8..ffcc616 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,11 @@
# colorizer.lua
-[![luadoc](https://img.shields.io/badge/luadoc-0.1-blue)](https://akianonymus.github.io/luadoc/nvim-colorizer.lua/modules/colorizer.html)
+[![luadoc](https://img.shields.io/badge/luadoc-0.1-blue)](https://akianonymus.github.io/nvim-colorizer.lua)
A high-performance color highlighter for Neovim which has **no external dependencies**! Written in performant Luajit.
![Demo.gif](https://raw.githubusercontent.com/norcalli/github-assets/master/nvim-colorizer.lua-demo-short.gif)
-![Demo.mp4](https://raw.githubusercontent.com/norcalli/github-assets/master/nvim-colorizer.lua-demo-short.mp4)
-
## Installation and Usage
Requires Neovim >= 0.6.0 and `set termguicolors`.