gaalcaras / ncm-R

R autocompletion for Neovim and vim 8 :memo: :bar_chart: :zap:
GNU General Public License v3.0
115 stars 10 forks source link

show error massage only once #23

Closed shawnchenx6 closed 5 years ago

shawnchenx6 commented 5 years ago

this patch limited ncm-R to check if nvim-R has started or not only at the startup. So error massage that R is not started will only appear once. it should make things less annoying when people wnat to modify the R code without opening nvim-R.