11 lines
357 B
Lua
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
|
|
} |