dashboard and zen-mode

This commit is contained in:
Christian Nieves
2024-01-06 06:29:37 -06:00
parent fbb093c9c4
commit e7b4ac0938
6 changed files with 102 additions and 50 deletions

View File

@ -0,0 +1,9 @@
return {
"folke/zen-mode.nvim",
opts = {
plugins = {
tmux = { enabled = false },
},
},
keys = { { "<C-z>", ":ZenMode<CR>" } },
}