mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(nvim): turn of tmux disable
This commit is contained in:
@@ -27,7 +27,7 @@ zenmode.setup({
|
||||
},
|
||||
twilight = { enabled = true }, -- enable to start Twilight when zen mode opens
|
||||
gitsigns = { enabled = false }, -- disables git signs
|
||||
tmux = { enabled = true }, -- disables the tmux statusline
|
||||
tmux = { enabled = false }, -- disables the tmux statusline
|
||||
kitty = {
|
||||
enabled = true,
|
||||
font = "+5", -- font size increment
|
||||
|
||||
Reference in New Issue
Block a user