Skip to content

mschinca/dotvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mauro Tortonesi's Vim Configuration

This is my Vim configuration. I used Tim Pope's awesome pathogen plugin and on git submodules to create a tidy, extensible, and easily manageable Vim configuration, along the lines described here.

Installation

Automated installation procedure

You can automatically install my Vim configuration using either wget:

wget --no-check-certificate https://github.com/mtortonesi/dotvim/raw/master/install/install.sh -O - | sh

or curl:

curl -L https://github.com/mtortonesi/dotvim/raw/master/install/install.sh | sh

Manual installation procedure

Very, very simple:

mkdir -p $HOME/.vim/{autoload,bundle}
wget -O ~/.vim/autoload/pathogen.vim https://github.com/tpope/vim-pathogen/raw/master/autoload/pathogen.vim 
git clone https://github.com/mtortonesi/dotvim.git
cd dotvim
git submodule update --init
ln -s $(pwd)/vimrc ~/.vimrc
ln -s $(pwd)/bundle/* ~/.vim/bundle

About

My Vim Configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 91.2%
  • Shell 8.8%