Skip to content

Commit

Permalink
update branch for base46/ui plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Mar 9, 2024
1 parent 6b40fb5 commit 6fb5c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/nvchad/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ return {

{
"NvChad/base46",
branch = "v3.0",
branch = "v2.5",
build = function()
require("base46").load_all_highlights()
end,
},

{
"NvChad/ui",
branch = "starter",
branch = "v2.5",
lazy = false,
config = function()
require "nvchad"
Expand Down

0 comments on commit 6fb5c31

Please sign in to comment.