2023-03-22 16:54:27 +01:00

11 lines
357 B
Lua

return {
"folke/zen-mode.nvim",
config = function()
require("zen-mode").setup {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
end
}