From 522c4ae8f53d5823b7a2ba7c2ba3b4a40cd61a6d Mon Sep 17 00:00:00 2001 From: Null Chilly <56817415+nullchilly@users.noreply.github.com> Date: Thu, 25 May 2023 00:06:43 +0700 Subject: [PATCH] docs: fix install instruction for lazy (#387) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89864ad..ebd972b 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Install the theme with your preferred package manager: ```lua { - "tokyonight.nvim", + "folke/tokyonight.nvim", lazy = false, priority = 1000, opts = {},