🎨 ux(nvim): disable the footer for grapple.nvim
This commit is contained in:
parent
70c065f2f2
commit
32a9a48b8a
1 changed files with 5 additions and 5 deletions
|
@ -25,14 +25,14 @@ table.insert(keys, { "<C-A-h>", "<cmd>Grapple cycle backward<CR>", desc = "Prev
|
|||
return {
|
||||
{
|
||||
"cbochs/grapple.nvim",
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
optional = true,
|
||||
},
|
||||
cmd = { "Grapple" },
|
||||
keys = keys,
|
||||
config = function()
|
||||
require("grapple").setup()
|
||||
require("grapple").setup({
|
||||
win_opts = {
|
||||
footer = "",
|
||||
},
|
||||
})
|
||||
LazyVim.on_load("telescope.nvim", function()
|
||||
require("telescope").load_extension("grapple")
|
||||
end)
|
||||
|
|
Loading…
Add table
Reference in a new issue