From e685aebb5967c2597858a41779a8d38321253509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Tue, 11 Apr 2023 22:14:45 -0300 Subject: adding lazy.nvim install step --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 88bbdcc..4117ba3 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ Using `packer` use { "ellisonleao/gruvbox.nvim" } ``` +Using `lazy.nvim` + +```lua +{ "ellisonleao/gruvbox.nvim", priority = 1000 } +``` + # Basic Usage Inside `init.vim` -- cgit v1.2.3