Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 28, 2024
1 parent 6c1b36a commit 1fe68f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
16 changes: 0 additions & 16 deletions lua/trouble/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,22 +117,6 @@ local defaults = {
},
},
},
preview_float = {
mode = "diagnostics",
preview = {
win = {
type = "float",
-- position = "right",
relative = "editor",
border = "rounded",
title = "Preview",
title_pos = "center",
position = { 0, -2 },
size = { width = 0.3, height = 0.3 },
zindex = 200,
},
},
},
},
-- stylua: ignore
icons = {
Expand Down
1 change: 0 additions & 1 deletion lua/trouble/filter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ M.filters = {
else
return main.cursor[1] >= item.pos[1] and main.cursor[1] <= item.end_pos[1]
end
return false
end,
["not"] = function(item, filter, ctx)
---@cast filter trouble.Filter
Expand Down

0 comments on commit 1fe68f7

Please sign in to comment.