update icon paths

This commit is contained in:
siduck
2023-08-09 08:51:40 +05:30
parent 05f581918a
commit 487ca44566
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ local default_plugins = {
{
"nvim-tree/nvim-web-devicons",
opts = function()
return { override = require("nvchad_ui.icons").devicons }
return { override = require"nvchad_ui.icons.devicons" }
end,
config = function(_, opts)
dofile(vim.g.base46_cache .. "devicons")