Skip to content

Commit 213da0b

Browse files
XXiaoAibhagwan
authored andcommitted
fix(command): allow running the command in visual mode. (closes #1142)
1 parent 52637a7 commit 213da0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/fzf-lua.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ vim.api.nvim_create_user_command("FzfLua", function(opts)
1414
require("fzf-lua.cmd").load_command(unpack(opts.fargs))
1515
end, {
1616
nargs = "*",
17+
range = true,
1718
complete = function(_, line)
1819
local metatable = require("fzf-lua")
1920
local builtin_list = vim.tbl_filter(function(k)

0 commit comments

Comments
 (0)