mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-11 16:30:30 -07:00
8 lines
136 B
Lua
8 lines
136 B
Lua
return {
|
|
"NvChad/base46",
|
|
branch = "v2.5",
|
|
lazy = true,
|
|
build = function()
|
|
require("base46").load_all_highlights()
|
|
end,
|
|
}
|