repalce astrovim with nvchad

This commit is contained in:
2024-03-01 18:33:09 +05:30
parent 873d67fb40
commit b404c2b66f
11 changed files with 305 additions and 40 deletions

View 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