From 9adf2dc2cf1785da684997c40aa1bf649511d6c1 Mon Sep 17 00:00:00 2001 From: S1M0N38 Date: Mon, 23 Sep 2024 17:10:20 +0200 Subject: [PATCH] docs(README): specify `name` field in lazy.nvim installation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94fcce5..2413725 100644 --- a/README.md +++ b/README.md @@ -116,11 +116,12 @@ Add this in your `init.lua` or `plugins.lua` ```lua -- Install without configuration -{ 'projekt0n/github-nvim-theme' } +{ 'projekt0n/github-nvim-theme', name = 'github-theme' } -- Or with configuration { 'projekt0n/github-nvim-theme', + name = 'github-theme', lazy = false, -- make sure we load this during startup if it is your main colorscheme priority = 1000, -- make sure to load this before all the other start plugins config = function()