R-nvim / R.nvim

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

Convert some options from number to string #55

Closed jalvesaq closed 4 months ago

jalvesaq commented 4 months ago

auto_start: "no", "on startup", "always" open_html and open_pdf: "no", "open", "open and focus" nvim_wd becomes setwd: "no", "file", "nvim" Close #52

jalvesaq commented 4 months ago

In addition to converting auto_start to string, following the same idea, I'm also suggesting the conversion of other options from number to string.