Skip to content
tdrozdovskiy edited this page Mar 1, 2018 · 3 revisions

Install

$ git clone https://github.com/exvim/main
$ cd main/
$ sh unix/install.sh
$ sh unix/replace-my-vim.sh

Before start exVim, need some external tools to make it powerful. By default, exVim integrates: exuberant-ctag (for ex-tags, ex-symbol); id-utils (for ex-gsearch); cscope (for ex-cscope)

$ sudo apt-get install exuberant-ctags
$ sudo apt-get install id-utils
$ sudo apt-get install cscope

This external tools can be turn off in the .exvim file. To make the parsed result working with these tools, exVim still need others such as: gawk, sed.

sudo apt-get install gawk sed

Clone this wiki locally