diff --git a/README.md b/README.md index bed5f22..233f0bd 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,14 @@ next to the test to report an issue. Requires Neovim >= 0.10.0 and `set termguicolors` +```lua +-- vim.pack +vim.pack.add({ + "https://github.com/catgoose/nvim-colorizer.lua" + }) +require("colorizer").setup() +``` + ```lua -- lazy.nvim {