spell: remove some debug information
This commit is contained in:
parent
4e160773c4
commit
c03ea41065
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user