Files
lazyfox/lua/plugins/init.lua
2025-09-30 10:47:01 +03:00

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 },
},
}