fix(keywordprg): use K for keywordprg, <C-k> for hover
This commit is contained in:
@@ -67,6 +67,8 @@ local function on_attach(client, buf)
|
||||
})
|
||||
end,
|
||||
})
|
||||
|
||||
pcall(vim.keymap.del, "n", "K", { buffer = buf })
|
||||
end
|
||||
|
||||
function M.setup()
|
||||
|
||||
Reference in New Issue
Block a user