mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +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
|
if vim.g.pcode_adaptive_color_icon then
|
||||||
M = {
|
M = {
|
||||||
"rachartier/tiny-devicons-auto-colors.nvim",
|
"rachartier/tiny-devicons-auto-colors.nvim",
|
||||||
event = "BufReadPre",
|
event = "VeryLazy",
|
||||||
config = function()
|
config = function()
|
||||||
require("tiny-devicons-auto-colors").setup()
|
require("tiny-devicons-auto-colors").setup()
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue