aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrolv <rolv.apneseth@gmail.com>2022-09-09 14:22:17 +0100
committerrolv <rolv.apneseth@gmail.com>2022-09-09 14:22:17 +0100
commit9bda3011433c39818488d8a523c8296a7fe6a005 (patch)
tree473e17d7815d21df087ed9b32eca5d6a6329371a
parentMinor fix for example options given in README.md so that it is valid Lua (diff)
Updated packer example use line to point to the NvChad fork of nvim-colorizer.lua
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fea5c30..97075ba 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ unsure, [read this excellent guide](https://github.com/termstandard/colors).
Use your plugin manager or clone directly into your package.
```lua
-use 'Akianonymus/nvim-colorizer.lua'
+use 'NvChad/nvim-colorizer.lua'
```
As long as you have `malloc()` and `free()` on your system, this will work.