How do I run the RBibTeXK command? #198
Replies: 2 comments 1 reply
-
Sorry, missed the actual command required and that it is setup. My bad. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The output of
is:
As with Nvim-R, |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have a Quarto document that I'd like to render and preview with synctex support. The
RBibTeXK
command is not bound to any keymapping by default. I attempted to add one withvim.keymap.set('n', '<LocalLeader>rk', '<Plug>RBibTeXK<cr>', { desc = 'Generate and preview pdf' })
but it doesn't do anything. Am I missing something?Beta Was this translation helpful? Give feedback.
All reactions