Skip to content

Commit

Permalink
Update README.md with comma after scale = 1.2
Browse files Browse the repository at this point in the history
Added the missing comma to prevent the error for those copying the settings in the README into their plugin.
  • Loading branch information
thomastthai authored Sep 12, 2024
1 parent 29b292b commit 25a548d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 25a548d

Please sign in to comment.