Skip to content

Commit

Permalink
Improve trouble.nvim config
Browse files Browse the repository at this point in the history
  • Loading branch information
semanser committed Jan 14, 2024
1 parent 6a1f83b commit 2541507
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions nvim/.config/nvim/lua/plugins/etc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ return {
"folke/trouble.nvim",
opts = {
auto_close = true,
padding = false,
fold_open = "",
fold_closed = "",
icons = false,
use_diagnostic_signs = true,
},
dependencies = {
"nvim-tree/nvim-web-devicons",
},
},
{
Expand Down

0 comments on commit 2541507

Please sign in to comment.