chore(nvim): do not turn on Twilight in Zen Mode

This commit is contained in:
Stefan Imhoff
2024-02-23 11:43:34 +01:00
parent 0c55de71bf
commit 3c802fff49

View File

@@ -28,7 +28,7 @@ return {
ruler = true, -- disables the ruler text in the cmd line area
showcmd = false, -- disables the command in the last line of the screen
},
twilight = { enabled = true }, -- enable to start Twilight when zen mode opens
twilight = { enabled = false }, -- enable to start Twilight when zen mode opens
gitsigns = { enabled = false }, -- disables git signs
tmux = { enabled = true }, -- disables the tmux statusline
wezterm = {