Neovim/lua/plugins/trouble.lua

10 lines
122 B
Lua
Raw Normal View History

2023-11-17 11:24:21 +00:00
return {
{
"folke/trouble.nvim",
opts = {
2023-11-22 17:58:50 +00:00
use_diagnostic_signs = true
2023-11-17 11:24:21 +00:00
},
}
2023-11-22 17:58:50 +00:00
}