13 lines
253 B
Lua
13 lines
253 B
Lua
-- Distraction-free coding when you need it
|
|
-- https://github.com/folke/zen-mode.nvim
|
|
return {
|
|
"folke/zen-mode.nvim",
|
|
dependencies = {
|
|
"folke/twilight.nvim",
|
|
opts = {
|
|
context = 2,
|
|
},
|
|
},
|
|
event = { "BufReadPre", "BufNewFile" },
|
|
opts = {},
|
|
}
|