From 6d4de9499e2910ef4479e570bd2c88823f473b52 Mon Sep 17 00:00:00 2001 From: blazkowolf <9439488+blazkowolf@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:12:39 -0500 Subject: [PATCH] docs: update packer installation instructions --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index ad74415..f91db86 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,7 @@ __This is a work in progress, and is not currently stable__ ### Packer ```lua -use { - "blazkowolf/gruber-darker.nvim", - config = function() - require("gruber-darker").setup() - end -} +use "blazkowolf/gruber-darker.nvim" ``` Then, somewhere in your `init.lua`, set the colorscheme like this