From 856c02bac3c47a1ad02114a344f2d356c340632a Mon Sep 17 00:00:00 2001 From: sitiom Date: Sun, 7 Aug 2022 10:27:56 +0800 Subject: Fix installation link --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6fda6a2..536f25b 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ Requires Neovim >= 0.4.0 and `set termguicolors` (I'm looking into relaxing these constraints). If you don't have true color for your terminal or are unsure, [read this excellent guide](https://github.com/termstandard/colors). -Use your plugin manager or clone directly into your `runtimepath`. +Use your plugin manager or clone directly into your package. -```vim -Plug 'norcalli/nvim-colorizer.lua' +```lua +use 'NvChad/nvim-colorizer.lua' ``` As long as you have `malloc()` and `free()` on your system, this will work. @@ -27,8 +27,8 @@ One line setup. This will create an `autocmd` for `FileType *` to highlight every filetype. **NOTE**: You should add this line after/below where your plugins are setup. -```vim -lua require'colorizer'.setup() +```lua +require'colorizer'.setup() ``` ### Why another highlighter? -- cgit v1.2.3-70-g09d2