dotfiles/nvim/lua/plugins/trouble.lua

14 lines
236 B
Lua
Raw Permalink Normal View History

2024-03-02 17:25:11 +01:00
return {
{
"folke/trouble.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
opts = {
2024-06-22 21:32:40 +02:00
auto_open = false,
auto_preview = false,
2024-03-02 17:25:11 +01:00
auto_close = true,
height = 3,
padding = false
}
}
}