R-nvim / R.nvim

Neovim plugin to edit R files
GNU General Public License v3.0
128 stars 15 forks source link

ensuring second backtick can close inline code chunk #122

Closed j-w-e closed 2 months ago

j-w-e commented 2 months ago

Fixes #121 .

This would be one way to fix the backtick issue. It also fixes a bug with adding inline code chunks where the cursor is before a word.

Caveat: I am not a programmer! But it seems to work for the range of contexts I've tested it in.