Add overlook.nvim
This commit is contained in:
parent
a7f35d5447
commit
cabdab1057
3 changed files with 11 additions and 44 deletions
4
lua/plugins/overlook.nvim.lua
Normal file
4
lua/plugins/overlook.nvim.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
"WilliamHsieh/overlook.nvim",
|
||||
opts = {},
|
||||
}
|
||||
|
|
@ -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