fix formatting issue

This commit is contained in:
2024-03-20 08:13:27 +00:00
parent 3fda145ea0
commit 62a04fa842
8 changed files with 227 additions and 225 deletions

View File

@ -1,22 +1,22 @@
local M = {}
M.ui = {
lsp = {
signature = false,
},
theme = "poimandres",
transparency = true,
nvdash = {
load_on_startup = true,
lsp = {
signature = false,
},
theme = "poimandres",
transparency = true,
nvdash = {
load_on_startup = true,
header = {
"|------------------------|",
"| NOBODY FUX WITH TUX |",
"|------------------------|",
" \\ (•◡•) / ",
" \\ / ",
},
},
header = {
"|------------------------|",
"| NOBODY FUX WITH TUX |",
"|------------------------|",
" \\ (•◡•) / ",
" \\ / ",
},
},
}
return M