mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
23 lines
348 B
Lua
23 lines
348 B
Lua
local M = {}
|
|
|
|
M.ui = {
|
|
lsp = {
|
|
signature = false,
|
|
},
|
|
theme = "poimandres",
|
|
transparency = true,
|
|
nvdash = {
|
|
load_on_startup = true,
|
|
|
|
header = {
|
|
"|------------------------|",
|
|
"| NOBODY FUX WITH TUX |",
|
|
"|------------------------|",
|
|
" \\ (•◡•) / ",
|
|
" \\ / ",
|
|
},
|
|
},
|
|
}
|
|
|
|
return M
|