dashboard and zen-mode
This commit is contained in:
9
vim/.vim/lua/plugins/zen-mode.lua
Normal file
9
vim/.vim/lua/plugins/zen-mode.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
"folke/zen-mode.nvim",
|
||||
opts = {
|
||||
plugins = {
|
||||
tmux = { enabled = false },
|
||||
},
|
||||
},
|
||||
keys = { { "<C-z>", ":ZenMode<CR>" } },
|
||||
}
|
Reference in New Issue
Block a user