playground keybindings no longer recursive, fixes #52

master
dskleingeld 3 years ago
parent deb887b3f4
commit 1eca93284f
No known key found for this signature in database
GPG Key ID: 6CF9D20C5709A836

@ -212,7 +212,7 @@ local function setup_buf(for_buf)
"n",
mapping,
string.format(':lua require "nvim-treesitter-playground.internal".%s(%d)<CR>', func, for_buf),
{ silent = true }
{ silent = true, noremap = true }
)
end
api.nvim_buf_attach(buf, false, {

Loading…
Cancel
Save