spell: remove some debug information
This commit is contained in:
		| @@ -1,7 +1,6 @@ | ||||
| local markdown = vim.api.nvim_create_augroup("markdown", { clear = true }) | ||||
|  | ||||
| local keyunmap = function(mode, binding) | ||||
|   print(vim.inspect(vim.fn.maparg(binding, mode))) | ||||
|   if vim.fn.maparg(binding, mode) ~= "" then | ||||
|     vim.keymap.del(mode, binding) | ||||
|   end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user