From 25a548d2a7a9682c25a639afae03120b74fba254 Mon Sep 17 00:00:00 2001 From: thomastthai <16532581+thomastthai@users.noreply.github.com> Date: Thu, 12 Sep 2024 08:28:24 -0700 Subject: [PATCH] Update README.md with comma after `scale = 1.2` Added the missing comma to prevent the error for those copying the settings in the README into their plugin. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ac77b3..b656b01 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Install the plugin with your preferred package manager: neovide = { enabled = false, -- Will multiply the current scale factor by this number - scale = 1.2 + scale = 1.2, -- disable the Neovide animations while in Zen mode disable_animations = { neovide_animation_length = 0,