merge changes

neovim_0_5
ray-x 3 years ago
parent 70ebfffb55
commit 18fc04a18c

@ -115,12 +115,11 @@ local function set_mapping(user_opts)
end
if ccls then
log("override ccls", ccls_mappings)
-- log("override ccls", ccls_mappings)
for _, value in pairs(ccls_mappings) do
f = "<Cmd>lua " .. value.func .. "<CR>"
local k = value.key
local m = value.mode or "n"
log(f, k, m)
set_keymap(m, k, f, opts)
end
end

@ -268,7 +268,7 @@ function M.locations_to_items(locations)
item.range = locations[i].range
if is_win then
log(item.uri)
log(item.uri) -- file:///C:/path/to/file
log(cwd)
end
-- only load top 30 file.

Loading…
Cancel
Save