i dont even know argh

This commit is contained in:
Christian Nieves
2024-01-10 18:27:58 +00:00
parent 9ce43365b6
commit bad2e79905
6 changed files with 35 additions and 38 deletions

View File

@ -1,8 +1,11 @@
return {
"folke/zen-mode.nvim",
opts = {
window = {
width = 0.4,
},
plugins = {
tmux = { enabled = false },
tmux = { enabled = true },
},
},
keys = { { "<C-z>", ":ZenMode<CR>" } },