-
Looking to emulate the setup I had for zen-mode in the Snacks.zen I want to disable the line numbers. Is this possible currently? Here is my current config, none of the zen = {
minimal = true,
win = {
backdrop = {
transparent = false,
},
},
show = { number = false, signcolumn = "no", cursorcolumn = false, relativenumber = false },
}, |
Beta Was this translation helpful? Give feedback.
Answered by
folke
Dec 12, 2024
Replies: 1 comment 4 replies
-
Yes it's possible. Check the docs.
Replicating a similar config is up to the user. I'm not going to manually convert everyone's config... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So
opts.styles.zen.wo = {add your window options here}