mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
fix: color icon event to verylazy
This commit is contained in:
parent
33335939d0
commit
13c5df174c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ local M = {}
|
|||
if vim.g.pcode_adaptive_color_icon then
|
||||
M = {
|
||||
"rachartier/tiny-devicons-auto-colors.nvim",
|
||||
event = "BufReadPre",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("tiny-devicons-auto-colors").setup()
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue