Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 418 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 418 Bytes

dotvim

A set of vim configurations.

Dependencies

  • Git

Install

$ ./install.sh

Add plugin

$ git submodule add https://github.com/repo/some-plugin.git bundle/some-plugin
$ source ~/.vimrc

Configuring

Open the ~/.bashrc or ~/.profile and add this:

if [ -e /usr/share/terminfo/x/xterm-256color ]; then
  export TERM='xterm-256color'
else
  export TERM='xterm-color'
fi