From 513e9c3b30cd9750023586bc4d58837ec24956c4 Mon Sep 17 00:00:00 2001 From: timofey_arkhipov Date: Mon, 6 Nov 2023 11:42:50 +0300 Subject: Add vim-plug installation example --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c0034e2..366abbb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ use { "ellisonleao/gruvbox.nvim" } { "ellisonleao/gruvbox.nvim", priority = 1000 , config = true, opts = ...} ``` +## Using `vim-plug` + +```vim +Plug 'ellisonleao/gruvbox.nvim' +``` + # Basic Usage Inside `init.vim` -- cgit v1.2.3