Open Adrian-Cuvi opened 2 years ago
Have the same issue with same set-up (OS, dot-files, etc.). Unfortunately wasn't fixable by clean re-installing neovim, plugins, and python and such.
Same issue here with latest version of all related plug-ins
I have exactly the same issue here. Autocompletion basically does not work.
Hello, I am trying to set up the environment for R in my mac and make it work in vim because I like vim. So far, I have installed R using brew. And the R version is: ❯ R --version
I also added some vim plugins to my vimrc and those are: call plug#begin('~/.vim/plugged')
autocmd BufEnter * call ncm2#enable_for_buffer() set completeopt=noinsert,menuone,noselect
call plug#end() However, every time I open a R file in vim I get the following error:
https://user-images.githubusercontent.com/85572353/148159749-83e90d30-52f9-42ff-be4d-72f5c9c2f642.mp4
and the screen glitches a lot as you can see in the above video and that annoys me a lot. I tried brew reinstalling python && sudo pip3 install --upgrade neovim, unfortunately, the error and the glitching persists. I would greatly appreciate if someone can help me figure this out and stop vim glitching every time i open a R file.