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>
26 lines
410 B
Lua
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 },
|
|
},
|
|
}
|