-
Notifications
You must be signed in to change notification settings - Fork 7
TODO: Rmarkdown syntax highlighting in vim
Louis edited this page Mar 5, 2015
·
3 revisions
- Installing vim r-plugin requires a version of Vim compiled with
+libcall,+clientserverand+concealfeatures - My version lacks the +clientserver option (as previewed with
:versionin normal mode orvim --version) so I'll have to rebuild it from source - There's an example of doing this on StackOverflow here
- A Knitr issue thread details the task too
sudo apt-get install libncurses5-dev libgnome2-dev libgnomeui-dev \
libgtk2.0-dev libatk1.0-dev libbonoboui2-dev \
libcairo2-dev libx11-dev libxpm-dev libxt-dev...
~ $ sudo apt-get build-dep vim-gnomeReading package lists... Done
Building dependency tree
Reading state information... Done
Picking 'vim' as source package instead of 'vim-gnome'
E: Unable to find a source package for vim