fix: typo pvode

This commit is contained in:
asep.komarudin 2024-06-07 23:07:07 +07:00
parent c5280b8d08
commit 090f4c3d24
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ local M = {}
if vim.g.pcode_adaptive_color_icon then
M = {
"rachartier/tiny-devicons-auto-colors.nvim",
event = "VeryLazy",
event = "BufReadPre",
config = function()
require("tiny-devicons-auto-colors").setup()
end,