···151151 --Markdown (or any Outline)
152152 use("simrat39/symbols-outline.nvim")
153153 use("stevearc/aerial.nvim")
154154+ use {
155155+ "folke/zen-mode.nvim",
156156+ config = function()
157157+ require("zen-mode").setup {
158158+ -- your configuration comes here
159159+ -- or leave it empty to use the default settings
160160+ -- refer to the configuration section below
161161+ }
162162+ end
163163+ }
164164+154165 ----Obsidian
155166 -- (optional) recommended for syntax highlighting, folding, etc if you're not using nvim-treesitter:
156167 use("preservim/vim-markdown")