Neovim/lua/plugins/trouble.lua

10 lines
122 B
Lua

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