Add zen mode
This commit is contained in:
parent
09e5bcc617
commit
3e578d9376
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@ require("lazy").setup({
|
||||||
{ "<leader>tt", function() Snacks.terminal.get() end, desc = "Terminal" },
|
{ "<leader>tt", function() Snacks.terminal.get() end, desc = "Terminal" },
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"folke/zen-mode.nvim",
|
||||||
|
opts = {
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
-- Configure any other settings here. See the documentation for more details.
|
-- Configure any other settings here. See the documentation for more details.
|
||||||
-- colorscheme that will be used when installing plugins.
|
-- colorscheme that will be used when installing plugins.
|
||||||
|
|
Loading…
Add table
Reference in a new issue