jalvesaq / Nvim-R

Vim plugin to work with R
GNU General Public License v2.0
963 stars 125 forks source link

Synchroneous autocompletion for R using tab #466

Closed statquant closed 4 years ago

statquant commented 4 years ago

Hello, I use the Nvim-R fall the time and it's amazing but I miss some autocompletion a bit. I know about https://github.com/gaalcaras/ncm-R that is refered in https://github.com/jalvesaq/Nvim-R/issues/175 but I find it to work poorly with vim8. I think anyway that I do not need async autocompletion for vim. What I do not like is

I'd like to be able to in do the following in insert mode

I am aware of http://stackoverflow.com/questions/2269005/how-can-i-change-the-keybinding-used-to-autocomplete-in-vim that you refer to in section 9.6 but that does not really says much. I am asking you as maybe you might be doing something similar

jalvesaq commented 4 years ago

ncm-R works well in Neovim, and I no longer use Vim. Unfortunately, I no longer have spare time to add many new features to Nvim-R.

statquant commented 4 years ago

I got deoplete + languageserver to work very well with the help of @ErickChiron, should I write a paragraph and PR it to you in the docs ?

jalvesaq commented 4 years ago

I got deoplete + languageserver to work very well with the help of @ErickChiron, should I write a paragraph and PR it to you in the docs ?

Yes, please.