You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
R version 4.1.2 (2021-11-01)
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:
screen.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.
The text was updated successfully, but these errors were encountered:
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:
screen.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.
The text was updated successfully, but these errors were encountered: