add nvim colorizer
This commit is contained in:
parent
7b8e973be5
commit
73a876aa81
3 changed files with 35 additions and 25 deletions
5
lua/plugins/nvim-colorizer.lua
Normal file
5
lua/plugins/nvim-colorizer.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"catgoose/nvim-colorizer.lua",
|
||||
event = "BufReadPre",
|
||||
opts = {},
|
||||
}
|
||||
|
|
@ -1,5 +1,8 @@
|
|||
return {
|
||||
"vuki656/package-info.nvim",
|
||||
dependencies = { "MunifTanjim/nui.nvim" },
|
||||
opts = {}
|
||||
opts = {
|
||||
hide_up_to_date = true,
|
||||
package_manager = "npm"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue