Add overlook.nvim

This commit is contained in:
Fábio André Damas 2025-08-04 21:02:25 +00:00
parent a7f35d5447
commit cabdab1057
3 changed files with 11 additions and 44 deletions

View file

@ -0,0 +1,4 @@
return {
"WilliamHsieh/overlook.nvim",
opts = {},
}

View file

@ -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>",