From 2ee09b7dced4163d9b59a0258f7507979d603e58 Mon Sep 17 00:00:00 2001 From: Cleo Menezes Jr <54215258+CleoMenezes@users.noreply.github.com> Date: Mon, 20 Dec 2021 10:46:23 -0300 Subject: [PATCH] Packer - adding installation information I believe that a good part of the Neovim community started using Lua, Packer and so on. This information would help a lot. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index abdc368..5e1f7b9 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,15 @@ unsure, [read this excellent guide](https://github.com/termstandard/colors). Use your plugin manager or clone directly into your `runtimepath`. +Using [vim-plug](https://github.com/junegunn/vim-plug) ```vim Plug 'norcalli/nvim-colorizer.lua' ``` +Using [packer.nvim](https://github.com/wbthomason/packer.nvim): +```lua +use { 'norcalli/nvim-colorizer.lua' } +``` + As long as you have `malloc()` and `free()` on your system, this will work. Which includes Linux, OSX, and Windows.