mirror of https://github.com/LazyVim/starter
Colors
parent
62b04df145
commit
02f782c8b0
|
@ -1,4 +0,0 @@
|
|||
return {
|
||||
"brenoprata10/nvim-highlight-colors",
|
||||
config = {},
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"NvChad/nvim-colorizer.lua",
|
||||
config = function()
|
||||
require("colorizer").setup({
|
||||
tailwind = true,
|
||||
})
|
||||
end,
|
||||
}
|
Loading…
Reference in New Issue