Add overlook.nvim
This commit is contained in:
parent
a7f35d5447
commit
cabdab1057
3 changed files with 11 additions and 44 deletions
|
|
@ -109,6 +109,13 @@ return {
|
|||
end,
|
||||
desc = "Show line diagnostics",
|
||||
},
|
||||
{
|
||||
"grp",
|
||||
function()
|
||||
require("overlook.api").peek_definition()
|
||||
end,
|
||||
desc = "Peek",
|
||||
},
|
||||
{
|
||||
"grd",
|
||||
"<cmd>Glance definitions<cr>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue