AutoYADM commit: 2024-12-21 20:45:02
This commit is contained in:
parent
60eab70e83
commit
ae3b3fd973
1 changed files with 11 additions and 1 deletions
|
@ -1,6 +1,16 @@
|
|||
return {
|
||||
"catgoose/nvim-colorizer.lua",
|
||||
event = "BufReadPre",
|
||||
opts = { -- set to setup table
|
||||
dependencies = {
|
||||
"ficcdaf/ashen.nvim",
|
||||
},
|
||||
opts = {
|
||||
user_default_options = {
|
||||
names = true,
|
||||
names_custom = function()
|
||||
local ashen = require("ashen.colors")
|
||||
return ashen
|
||||
end,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue