-
Notifications
You must be signed in to change notification settings - Fork 1
VIM
tdrozdovskiy edited this page Mar 1, 2018
·
3 revisions
$ git clone https://github.com/exvim/main$ cd main/
$ sh unix/install.sh$ sh unix/replace-my-vim.shBefore 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 cscopeThis 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