"No mode specified" when using Lua API #659
Unanswered
AllergicMushroom
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to call trouble via lua API?
I've tried to put the following in the keys table:
{ '<leader>tt', function() require('trouble').toggle() end, mode = 'n', { desc = 'Toggle trouble list' } }.I'm getting a "No mode specified" error. I can't spot the error from the docs in the README.
Beta Was this translation helpful? Give feedback.
All reactions