commit
This commit is contained in:
parent
b0da6bf2fb
commit
2132a06172
@ -4,4 +4,18 @@ return {
|
|||||||
---@module "ibl"
|
---@module "ibl"
|
||||||
---@type ibl.config
|
---@type ibl.config
|
||||||
opts = {},
|
opts = {},
|
||||||
|
config = function()
|
||||||
|
require("ibl").setup({
|
||||||
|
exclude = {
|
||||||
|
filetypes = {
|
||||||
|
"lspinfo",
|
||||||
|
"packer",
|
||||||
|
"checkhealth",
|
||||||
|
"help",
|
||||||
|
"man",
|
||||||
|
"dashboard",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
})
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
|
@ -16,8 +16,8 @@ return {
|
|||||||
|
|
||||||
vim.keymap.set("i", "<Up>", "<Plug>(searchbox-prev-match)", opts)
|
vim.keymap.set("i", "<Up>", "<Plug>(searchbox-prev-match)", opts)
|
||||||
vim.keymap.set("i", "<Down>", "<Plug>(searchbox-next-match)", opts)
|
vim.keymap.set("i", "<Down>", "<Plug>(searchbox-next-match)", opts)
|
||||||
vim.keymap.set("i", "<S-CR>", "<Plug>(searchbox-prev-match)", opts)
|
-- vim.keymap.set("i", "<S-CR>", "<Plug>(searchbox-prev-match)", opts)
|
||||||
vim.keymap.set("i", "<CR>", "<Plug>(searchbox-next-match)", opts)
|
-- vim.keymap.set("i", "<CR>", "<Plug>(searchbox-next-match)", opts)
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user