summaryrefslogtreecommitdiff
path: root/ar/.config/LazyVim/lua/plugins/zen-mode.lua
blob: 823aa94bcd2c63b5b14b4997774a5ab62c21bcae (plain)
1
2
3
4
5
6
7
8
9
10
11
return {
  "folke/zen-mode.nvim",
  opts = {
    -- your configuration comes here
    -- or leave it empty to use the default settings
    -- refer to the configuration section below
  },
  keys = {
    { "<leader><cr>", "<cmd>ZenMode<cr>", desc = "Zen mode" },
  },
}