This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
.nvim/lua/plugins/trouble.lua
Gustavo "Guz" L. de Mello b876adfd29 feat: folke/troube.nvim
2024-01-19 22:01:17 -03:00

7 lines
115 B
Lua

return {{
'folke/trouble.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {},
lazy = false,
}};