NIVM/lua/plugins/configs/UI/zen.lua
Robert Morrison fb537df11b chore(init): Initial working version
Create and push an initial working version of this repo before I change
things on this machine

Signed-off-by: Robert Morrison <robert@closedless.xyz>
2023-09-10 22:22:30 +01:00

26 lines
410 B
Lua

return {
window = {
backdrop = 0.95,
width = 0.80,
height = 0.50,
options = {
signcolumn = 'no',
number = false,
relativenumber = false,
cursorline = true,
cursorcolumn = false,
foldcolumn = '0',
list = false,
},
},
plugins = {
options = {
enabled = true,
ruler = false,
showcmd = false,
},
twilight = { enabled = true },
gitsigns = { enabled = true },
},
}