Skip to content

Commit 1a8b424

Browse files
committed
fix(windows): lsp_workspace_symbols nth (closes #2341)
1 parent 82e5b67 commit 1a8b424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/fzf-lua/defaults.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ M.defaults.lsp.document_symbols = vim.tbl_deep_extend("force", {}, M.defaults.l
10661066
["--multi"] = true,
10671067
["--tabstop"] = "4",
10681068
["--delimiter"] = "[:]",
1069-
["--with-nth"] = "2..",
1069+
["--with-nth"] = utils.__IS_WINDOWS and "3.." or "2..",
10701070
},
10711071
_fmt = {
10721072
_from = function(s)

0 commit comments

Comments
 (0)