fix(keywordprg): use K for keywordprg, <C-k> for hover

This commit is contained in:
2026-05-08 20:59:42 +02:00
parent 1d5ab084ef
commit 51113e1907
3 changed files with 5 additions and 5 deletions
+2
View File
@@ -67,6 +67,8 @@ local function on_attach(client, buf)
})
end,
})
pcall(vim.keymap.del, "n", "K", { buffer = buf })
end
function M.setup()