nvim-config/lua/plugins/trouble.lua
2026-02-24 11:55:27 +03:00

7 lines
81 B
Lua

return {
{
'folke/trouble.nvim',
opts = {},
cmd = 'Trouble',
}
}