spell: remove some debug information

This commit is contained in:
Fabrice Mouhartem 2023-12-25 15:43:56 +01:00
parent 4e160773c4
commit c03ea41065
1 changed files with 0 additions and 1 deletions

View File

@ -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