add nvim colorizer

This commit is contained in:
Fábio André Damas 2025-07-22 20:50:51 +01:00
parent 7b8e973be5
commit 73a876aa81
3 changed files with 35 additions and 25 deletions

View file

@ -0,0 +1,5 @@
return {
"catgoose/nvim-colorizer.lua",
event = "BufReadPre",
opts = {},
}

View file

@ -1,5 +1,8 @@
return {
"vuki656/package-info.nvim",
dependencies = { "MunifTanjim/nui.nvim" },
opts = {}
opts = {
hide_up_to_date = true,
package_manager = "npm"
}
}