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