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.
:BlinkCmp build
1 parent 636b79d commit 5209af5Copy full SHA for 5209af5
lua/blink/cmp/fuzzy/build/init.lua
@@ -8,8 +8,8 @@ local build = {}
8
--- @return string
9
local function get_project_root()
10
local current_file = debug.getinfo(1, 'S').source:sub(2)
11
- -- Go up from lua/blink.cmp/fuzzy/build.lua to the project root
12
- return vim.fn.fnamemodify(current_file, ':p:h:h:h:h:h')
+ -- Go up from lua/blink.cmp/fuzzy/build/init.lua to the project root
+ return vim.fn.fnamemodify(current_file, ':p:h:h:h:h:h:h')
13
end
14
15
--- @param cmd string[]
0 commit comments