aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSidhanth Rathod <siduck@tutanota.com>2022-09-09 19:23:49 +0530
committerGitHub <noreply@github.com>2022-09-09 19:23:49 +0530
commit4c8998c62863e48a29c7b0725ab041962008af61 (patch)
tree473e17d7815d21df087ed9b32eca5d6a6329371a
parenttailwind: Fix detach when attach is executed multiple times (diff)
parentUpdated packer example use line to point to the NvChad fork of nvim-colorizer... (diff)
Merge pull request #17 from Rolv-Apneseth/master
Minor README tweaks
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1e9a510..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.
@@ -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