Skip to content

Commit 914b8e3

Browse files
Saghengithub-actions[bot]
authored andcommitted
docs: update vimdocs
1 parent 8d1edfb commit 914b8e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/blink-cmp.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*blink-cmp.txt* For NVIM v0.10.0 Last change: 2025 April 23
1+
*blink-cmp.txt* For NVIM v0.10.0 Last change: 2025 April 25
22

33
==============================================================================
44
Table of Contents *blink-cmp-table-of-contents*
@@ -2398,6 +2398,8 @@ PROVIDERS
23982398
label_trailing_slash = true,
23992399
get_cwd = function(context) return vim.fn.expand(('#%d:p:h'):format(context.bufnr)) end,
24002400
show_hidden_files_by_default = false,
2401+
-- Treat `/path` as starting from the current working directory (cwd) instead of the root of your filesystem
2402+
ignore_root_slash = false,
24012403
}
24022404
},
24032405

0 commit comments

Comments
 (0)