🎨 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 {
|
return {
|
||||||
{
|
{
|
||||||
"cbochs/grapple.nvim",
|
"cbochs/grapple.nvim",
|
||||||
dependencies = {
|
|
||||||
"nvim-tree/nvim-web-devicons",
|
|
||||||
optional = true,
|
|
||||||
},
|
|
||||||
cmd = { "Grapple" },
|
cmd = { "Grapple" },
|
||||||
keys = keys,
|
keys = keys,
|
||||||
config = function()
|
config = function()
|
||||||
require("grapple").setup()
|
require("grapple").setup({
|
||||||
|
win_opts = {
|
||||||
|
footer = "",
|
||||||
|
},
|
||||||
|
})
|
||||||
LazyVim.on_load("telescope.nvim", function()
|
LazyVim.on_load("telescope.nvim", function()
|
||||||
require("telescope").load_extension("grapple")
|
require("telescope").load_extension("grapple")
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Add table
Reference in a new issue