mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
add: adaptive color icon
This commit is contained in:
parent
836ac75161
commit
bbc23eae04
5 changed files with 21 additions and 11 deletions
11
lua/plugins/deviconcolor.lua
Normal file
11
lua/plugins/deviconcolor.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
local M = {}
|
||||
if vim.g.pcode_adaptive_color_icon then
|
||||
M = {
|
||||
"rachartier/tiny-devicons-auto-colors.nvim",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("tiny-devicons-auto-colors").setup()
|
||||
end,
|
||||
}
|
||||
end
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue