Sunday, April 17, 2016

Re: Vim +channel +job +conceal

François Collin <fanch.collin@gmail.com> 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

--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: