10 lines
206 B
Lua
10 lines
206 B
Lua
return {
|
|
{ "norcalli/nvim-colorizer.lua" },
|
|
{ "onsails/lspkind.nvim" },
|
|
{
|
|
"folke/trouble.nvim",
|
|
-- opts will be merged with the parent spec
|
|
opts = { use_diagnostic_signs = false },
|
|
},
|
|
}
|