Skip to content

madureira/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🔧 My personal vim configuration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published