Skip to content

Commit

Permalink
fix(lsp_symbols): remove --no-multi (closes #1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibhagwan committed May 9, 2024
1 parent a8e1659 commit 0a36172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/fzf-lua/defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,6 @@ M.defaults.lsp.symbols = {
fzf_opts = {
["--delimiter"] = string.format("[:%s]", utils.nbsp),
["--tiebreak"] = "begin",
["--no-multi"] = true,
},
line_field_index = "{-2}", -- line field index
field_index_expr = "{}", -- entry field index
Expand Down

0 comments on commit 0a36172

Please sign in to comment.