Replies: 1 comment 2 replies
-
Ah, this is a hopefully temporary limitation on our end. We could work around this by special-casing that keymap and adding a more complicated string constructor for the lazy-load keymap which breaks around the More ideally, when either we get a better mechanism for making keymaps in Lua (coming soon, hypothetically) or, potentially, as a side effect of #402 (since we won't need the string output of the argument to Sorry for the probably unsatisfying answer! |
Beta Was this translation helpful? Give feedback.
-
I'm trying to lazy load
nvim-treesitter-textobjects
on keys where one is]]
but in
packer_complied.lua
I then get:How can I escape
]]
properly?Beta Was this translation helpful? Give feedback.
All reactions