1

In vim, this could be turned off as such: Disable underscore "_" shortcut inserting "<-" in Vim R plugin

What is the equivalent in neovim?

Community
  • 1
  • 1
isthisthat
  • 143
  • 1
  • 10

1 Answers1

1

Adding this to .nvimrc did the trick:

let R_assign = 0
isthisthat
  • 143
  • 1
  • 10