mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
update nvchad to 2.5.0
This commit is contained in:
19
pkgs/nvchad/nvim/lua/chadrc.lua
Normal file
19
pkgs/nvchad/nvim/lua/chadrc.lua
Normal file
@ -0,0 +1,19 @@
|
||||
local M = {}
|
||||
|
||||
M.ui = {
|
||||
theme = "poimandres",
|
||||
transparency = true,
|
||||
nvdash = {
|
||||
load_on_startup = true,
|
||||
|
||||
header = {
|
||||
"|------------------------|",
|
||||
"| NOBODY FUX WITH TUX |",
|
||||
"|------------------------|",
|
||||
" \\ (•◡•) / ",
|
||||
" \\ / ",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
return M
|
Reference in New Issue
Block a user