mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-08 14:06:35 +05:30
repalce astrovim with nvchad
This commit is contained in:
22
pkgs/nvchad/custom/chadrc.lua
Normal file
22
pkgs/nvchad/custom/chadrc.lua
Normal file
@ -0,0 +1,22 @@
|
||||
local M = {}
|
||||
|
||||
M.ui = {
|
||||
theme = "oxocarbon",
|
||||
transparency = true,
|
||||
nvdash = {
|
||||
load_on_startup = true,
|
||||
|
||||
header = {
|
||||
"|------------------------|",
|
||||
"| NOBODY FUX WITH TUX |",
|
||||
"|------------------------|",
|
||||
" \\ (•◡•) / ",
|
||||
" \\ / ",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
M.mappings = require "custom.mappings"
|
||||
M.plugins = "custom.plugins"
|
||||
|
||||
return M
|
Reference in New Issue
Block a user