commit
This commit is contained in:
parent
b0da6bf2fb
commit
2132a06172
@ -4,4 +4,18 @@ return {
|
||||
---@module "ibl"
|
||||
---@type ibl.config
|
||||
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", "<Down>", "<Plug>(searchbox-next-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", "<S-CR>", "<Plug>(searchbox-prev-match)", opts)
|
||||
-- vim.keymap.set("i", "<CR>", "<Plug>(searchbox-next-match)", opts)
|
||||
end,
|
||||
},
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user