style: format lua with StyLua

This commit is contained in:
Oliver Davies 2022-01-09 00:07:35 +00:00
parent f1171dbfc0
commit 5ff925c80c
21 changed files with 200 additions and 194 deletions

View file

@ -5,14 +5,14 @@ end
zen_mode.setup {
window = {
backdrop = .95,
backdrop = 0.95,
height = 1,
width = 120,
options = {
relativenumber = false,
number = false,
signcolumn = "no",
}
},
},
plugins = {
options = {
@ -21,5 +21,5 @@ zen_mode.setup {
},
gitsigns = { enabled = true },
tmux = { enabled = true },
}
},
}