R-nvim / R.nvim

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

Better `auto_start` option? #52

Closed jalvesaq closed 4 months ago

jalvesaq commented 4 months ago

Currently, auto_start options are 0, 1, and 2, but users will only know what these numbers mean if they remember what is in the documentation. So would it be better to change the option type from number to string? If yes, what about "no", "on startup", and "always" as valid values?

PMassicotte commented 4 months ago

Great idea, for categorical choices like this.