From 633cd098ce0691b1bee427a9a867178fccac55e4 Mon Sep 17 00:00:00 2001 From: rolv Date: Fri, 9 Sep 2022 14:13:35 +0100 Subject: Minor fix for example options given in README.md so that it is valid Lua --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e9a510..fea5c30 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ library to do custom highlighting themselves. mode = "background", -- Set the display mode. -- Available methods are false / true / "normal" / "lsp" / "both" -- True is same as normal - tailwind = false -- Enable tailwind colors + tailwind = false, -- Enable tailwind colors virtualtext = "■", }, -- all the sub-options of filetypes apply to buftypes -- cgit v1.2.3-70-g09d2 From 9bda3011433c39818488d8a523c8296a7fe6a005 Mon Sep 17 00:00:00 2001 From: rolv Date: Fri, 9 Sep 2022 14:22:17 +0100 Subject: Updated packer example use line to point to the NvChad fork of nvim-colorizer.lua --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-70-g09d2