refactor(nvim): use nvim-tools fork of hydra

This commit is contained in:
Price Hiller 2024-02-20 15:30:30 -06:00
parent 2ac83cc7ad
commit 401aac0790
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,6 +1,6 @@
return { return {
{ {
"anuvyklack/hydra.nvim", "nvimtools/hydra.nvim",
dependencies = { dependencies = {
"anuvyklack/keymap-layer.nvim", "anuvyklack/keymap-layer.nvim",
"lewis6991/gitsigns.nvim", "lewis6991/gitsigns.nvim",
@ -22,7 +22,6 @@ return {
config = { config = {
{ {
position = "bottom-right", position = "bottom-right",
border = "solid",
}, },
}, },
mode = "n", mode = "n",
@ -54,7 +53,6 @@ return {
invoke_on_body = true, invoke_on_body = true,
hint = { hint = {
position = "bottom-right", position = "bottom-right",
border = "solid",
}, },
on_enter = function() on_enter = function()
vim.bo.modifiable = false vim.bo.modifiable = false
@ -122,7 +120,6 @@ return {
config = { config = {
{ {
position = "bottom-right", position = "bottom-right",
border = "solid",
}, },
}, },
heads = { heads = {
@ -176,9 +173,7 @@ _b_: Toggle Breakpoint _l_: Toggle Log Breakpoint _B_: Toggle Conditional
config = { config = {
color = "pink", color = "pink",
invoke_on_body = true, invoke_on_body = true,
hint = { hint = {},
border = "solid",
},
}, },
}) })
@ -195,9 +190,7 @@ _b_: Toggle Breakpoint _l_: Toggle Log Breakpoint _B_: Toggle Conditional
config = { config = {
color = "pink", color = "pink",
invoke_on_body = true, invoke_on_body = true,
hint = { hint = {},
border = "solid",
},
on_enter = function() on_enter = function()
vim.o.virtualedit = "all" vim.o.virtualedit = "all"
vim.o.cursorline = true vim.o.cursorline = true
@ -235,7 +228,6 @@ _b_: Toggle Breakpoint _l_: Toggle Log Breakpoint _B_: Toggle Conditional
color = "amaranth", color = "amaranth",
invoke_on_body = true, invoke_on_body = true,
hint = { hint = {
border = "solid",
position = "middle", position = "middle",
}, },
}, },