Files
nvim-config/lua/plugins/dashboard.lua

9 lines
101 B
Lua

return {
{
"folke/trouble.nvim",
opts = {
use_diagnostic_signs = true,
},
},
}