Skip to content

Commit 8d1edfb

Browse files
committed
docs: ignore_root_slash option
1 parent 5295e6a commit 8d1edfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/configuration/reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,8 @@ sources.providers = {
510510
label_trailing_slash = true,
511511
get_cwd = function(context) return vim.fn.expand(('#%d:p:h'):format(context.bufnr)) end,
512512
show_hidden_files_by_default = false,
513+
-- Treat `/path` as starting from the current working directory (cwd) instead of the root of your filesystem
514+
ignore_root_slash = false,
513515
}
514516
},
515517

0 commit comments

Comments
 (0)