Le dimanche 17 avril 2016 10:13:52 UTC+1, Dominique Pelle a écrit : > François Collin wrote: > > > Hi! > > > > I am using vim (Debian Jessie) but I need the features +channel +job > > +conceal to use the Nvim-R plugin. How can I have a proper installation of > > vim including theses features? > > > > Many thanks > > Salud deoc'h Fañch > > Nvim-R is a plugin for neovim, right? > As far as I know, neovim jobs are not compatible with vim, > at least not yet. > > Anyway, if you want to build vim with channels and jobs, > something like this should work on Debian: > > $ sudo apt-get build-dep vim-gnome > $ sudo apt-get install git > $ git clone https://github.com/vim/vim.git > $ cd vim > $ ./configure --with-features=huge --enable-gui=gtk2 > $ make -j4 > $ sudo make install > > Dominique
It seems to work. Thank you. The Nvim-R supports vim and Nvim according the source. Ciao! -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
