feat: add theme toggle btn | update theme plugin path
This commit is contained in:
@@ -18,10 +18,10 @@ local plugins = {
|
||||
["NvChad/base46"] = {
|
||||
after = "packer.nvim",
|
||||
config = function()
|
||||
local ok, base16 = pcall(require, "base16")
|
||||
local ok, base46 = pcall(require, "base46")
|
||||
|
||||
if ok then
|
||||
base16.load_theme()
|
||||
base46.load_theme()
|
||||
end
|
||||
end,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user