We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1edfb commit 914b8e3Copy full SHA for 914b8e3
doc/blink-cmp.txt
@@ -1,4 +1,4 @@
1
-*blink-cmp.txt* For NVIM v0.10.0 Last change: 2025 April 23
+*blink-cmp.txt* For NVIM v0.10.0 Last change: 2025 April 25
2
3
==============================================================================
4
Table of Contents *blink-cmp-table-of-contents*
@@ -2398,6 +2398,8 @@ PROVIDERS
2398
label_trailing_slash = true,
2399
get_cwd = function(context) return vim.fn.expand(('#%d:p:h'):format(context.bufnr)) end,
2400
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,
2403
}
2404
},
2405
0 commit comments