commit
This commit is contained in:
		@ -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,
 | 
			
		||||
			},
 | 
			
		||||
		})
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user