[Fix] change docs on how to hide watermark (#17)

pull/18/head
Elliott Minns 2024-02-23 23:31:43 -06:00 committed by GitHub
parent 1a4642657c
commit 38396ebcdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ There is a default config:
{ {
mac_window_bar = true, -- MacOS style title bar switch mac_window_bar = true, -- MacOS style title bar switch
opacity = true, -- The code snap has some opacity by default, set it to false for 100% opacity opacity = true, -- The code snap has some opacity by default, set it to false for 100% opacity
watermark = "CodeSnap.nvim" -- (Optional) you can custom your own watermark, but if you don't like it, just set it to nil watermark = "CodeSnap.nvim" -- (Optional) you can custom your own watermark, but if you don't like it, just set it to ""
} }
``` ```