Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 390 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 390 Bytes

Vim Setup

Repo walk through good vim configuration and plugins to utilize when developing Underview software.

use-vim-ctags

Install Depends

$ sudo apt -y install vim exuberant-ctags

Install plugins

$ ./install.sh

Restart Vim, and run the :PluginInstall statement to install plugins.