Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #56 from dskleingeld/master
Browse files Browse the repository at this point in the history
playground keybindings no longer recursive, fixes #52
  • Loading branch information
theHamsta committed Sep 15, 2021
2 parents deb887b + 1eca932 commit 787a7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvim-treesitter-playground/internal.lua
Expand Up @@ -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, {
Expand Down

0 comments on commit 787a7a8

Please sign in to comment.