Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ be run (just by smashing `x`) or for less commonly used functionality.
"hkupty/iron.nvim", -- repl provider
-- "akinsho/toggleterm.nvim", -- alternative repl provider
-- "benlubas/molten-nvim", -- alternative repl provider
"anuvyklack/hydra.nvim",
"nvimtools/hydra.nvim",
},
event = "VeryLazy",
config = function()
Expand Down
2 changes: 1 addition & 1 deletion lua/notebook-navigator/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ local function activate_hydra(config)
config = {
invoke_on_body = true,
color = "pink",
hint = { border = "rounded" },
hint = { float_opts = { border = "rounded" } },
},
body = config.activate_hydra_keys,
heads = active_hydra_heads,
Expand Down