Skip to content

Commit c321604

Browse files
committed
fix(mention): remove dead code
1 parent 3f4a871 commit c321604

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/opencode/ui/mention.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ end
108108

109109
function M.mention(get_name)
110110
local windows = require('opencode.state').windows
111-
local mention_key = require('opencode.config').get('keymap').window.mention_file
112111

113112
get_name(function(name)
114113
vim.schedule(function()

0 commit comments

Comments
 (0)