Skip to content

Commit

Permalink
feat(dressing): use another telescope theme for code action
Browse files Browse the repository at this point in the history
  • Loading branch information
loctvl842 committed May 26, 2023
1 parent a149a8c commit 9d6a1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/tvl/core/resources/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ return {
border = { "", "", "", "", "", "", "", "" }, -- [ top top top - right - bottom bottom bottom - left ]
win_options = { winblend = 0 },
},
select = { telescope = require("tvl.util").telescope_theme("dropdown") },
select = { telescope = require("tvl.util").telescope_theme() },
},
init = function()
---@diagnostic disable-next-line: duplicate-set-field
Expand Down

0 comments on commit 9d6a1a6

Please sign in to comment.