updated zk link to be text rather than md link
This commit is contained in:
parent
fa975be7c5
commit
ecf2107cb3
@ -18,7 +18,7 @@ return {
|
||||
end
|
||||
for _, note in ipairs(notes) do
|
||||
-- stylua: ignore
|
||||
local nline = line:sub(0, pos) .. "[" .. note.title .. "]" .. "(" .. note.path .. ")" .. line:sub(pos + 1)
|
||||
local nline = line:sub(0, pos) .. note.title .. " - " .. note.path .. line:sub(pos + 1)
|
||||
vim.api.nvim_set_current_line(nline)
|
||||
end
|
||||
end)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user