mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
9 lines
166 B
Lua
9 lines
166 B
Lua
-- Distraction-free coding
|
|
-- https://github.com/folke/zen-mode.nvim
|
|
return {
|
|
"folke/twilight.nvim",
|
|
config = function()
|
|
require("twilight").setup()
|
|
end,
|
|
}
|