Skip to content

Commit c887688

Browse files
phanenibhagwan
authored andcommitted
fix(commands): cmd_global -> [opts.hls.cmd_global]
1 parent 478869c commit c887688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/fzf-lua/providers/nvim.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ M.commands = function(opts)
7575
opts.flatten = opts.flatten or {}
7676
for k, _ in pairs(global_commands) do
7777
table.insert(entries, utils.ansi_codes[opts.hls.cmd_global](k))
78-
add_subcommand(k, utils.ansi_codes.cmd_global)
78+
add_subcommand(k, utils.ansi_codes[opts.hls.cmd_global])
7979
end
8080

8181
for k, v in pairs(buf_commands) do

0 commit comments

Comments
 (0)