diff options
Diffstat (limited to 'lsp')
| -rw-r--r-- | lsp/zk.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ local function zk_list(client, bufnr, opts, action) end, }, function(item) if item ~= nil then - action(item.path, item.title) + action(vim.fs.joinpath(client.root_dir, item.path), item.title) end end) end) |
