RDSendLine issues #358
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Which version of nvim are you using? Can you try with the nighly version |
Beta Was this translation helpful? Give feedback.
-
Can you try this branch to see if that fixes the issue you are facing? https://github.com/R-nvim/R.nvim/tree/feature/improve-chunk-handling |
Beta Was this translation helpful? Give feedback.
-
Which popups? |
Beta Was this translation helpful? Give feedback.
-
Please, see section 7 of hook = {
on_filetype = function()
vim.api.nvim_buf_set_keymap(0, "n", "cw", "<Cmd>lua require('r.send').cmd('dev.off()')<CR>", { noremap = true })
end,
}, I will add examples to the section... This might also be useful: |
Beta Was this translation helpful? Give feedback.
Can you try this branch to see if that fixes the issue you are facing?
https://github.com/R-nvim/R.nvim/tree/feature/improve-chunk-handling